#837E5A

Color #837E5A Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #837E5A

Tints of Kokoda #837E5A

Color information

#837E5A (or 0x837E5A) is unknown color: approx Kokoda. HEX triplet: 83, 7E and 5A. RGB value is (131,126,90). Sum of RGB (Red+Green+Blue) = 131+126+90=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5A is #7C81A5. Grayscale: #7B7B7B. Windows color (decimal): -8159654 or 5930627. OLE color: 5930627.

HSL color Cylindrical-coordinate representation of color #837E5A: hue angle of 52.68º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #837E5A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13112690-
CMYK00.040.310.49
HSL52.68º18.55%43.33%-
HSV(B)52.68º31.3%51.37%-
XYZ18.6720.4912.64-
YUV123.39109.16133.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=37.75%
G=36.31%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311269000.040.310.4952.6818.5543.33
Hex837E5A041F3135132b
Octal203176132043761652353
Binary100000111111110101101001001111111000111010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837E5A; }

 p { color: rgb(131,126,90); }

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

<style>
 a { background-color: #837E5A; }

 a { background-color: rgb(131,126,90); }

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

<style>
 span { border-color: #837E5A; }

 span { border-color: rgb(131,126,90); }

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