#834f30

Color #834F30 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #834F30

Tints of Korma #834F30

Color information

#834F30 (or 0x834F30) is unknown color: approx Korma. HEX triplet: 83, 4F and 30. RGB value is (131,79,48). Sum of RGB (Red+Green+Blue) = 131+79+48=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #834F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F30 is #7CB0CF. Grayscale: #5B5B5B. Windows color (decimal): -8171728 or 3166083. OLE color: 3166083.

HSL color Cylindrical-coordinate representation of color #834F30: hue angle of 22.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834F30 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1317948-
CMYK00.400.630.49
HSL22.41º46.37%35.1%-
HSV(B)22.41º63.36%51.37%-
XYZ12.6910.634.18-
YUV91.01103.73156.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=50.78%
G=30.62%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131794800.400.630.4922.4146.3735.1
Hex834F300283F31162e23
Octal203117600507761265643
Binary100000111001111110000010100011111111000110110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834f30; }

 p { color: rgb(131,79,48); }

 H1.HeaderClassName
 {
   color: #834f30;
 }
 .AnyTagClassName
 {
   color: #834f30;
 }
</style>
background-color css

<style>
 a { background-color: #834f30; }

 a { background-color: rgb(131,79,48); }

 div.DivClassName
 {
   background-color: #834f30;
 }
 .BgClassName
 {
   background-color: #834f30;
 }
</style>
border-color css

<style>
 span { border-color: #834f30; }

 span { border-color: rgb(131,79,48); }

 td.TdClassName
 {
   border-color: #834f30;
 }
 .TagClassName
 {
   border-color: #834f30;
 }
</style>