#837E5C

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

Shades of Kokoda #837E5C

Tints of Kokoda #837E5C

Color information

#837E5C (or 0x837E5C) is unknown color: approx Kokoda. HEX triplet: 83, 7E and 5C. RGB value is (131,126,92). Sum of RGB (Red+Green+Blue) = 131+126+92=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5C is #7C81A3. Grayscale: #7B7B7B. Windows color (decimal): -8159652 or 6061699. OLE color: 6061699.

HSL color Cylindrical-coordinate representation of color #837E5C: hue angle of 52.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837E5C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13112692-
CMYK00.040.300.49
HSL52.31º17.49%43.73%-
HSV(B)52.31º29.77%51.37%-
XYZ18.7520.5213.1-
YUV123.62110.16133.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=37.54%
G=36.10%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311269200.040.300.4952.3117.4943.73
Hex837E5C041E3134112c
Octal203176134043661642154
Binary100000111111110101110001001111011000111010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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