#837F5C

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

Shades of Kokoda #837F5C

Tints of Kokoda #837F5C

Color information

#837F5C (or 0x837F5C) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 5C. RGB value is (131,127,92). Sum of RGB (Red+Green+Blue) = 131+127+92=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F5C is #7C80A3. Grayscale: #7C7C7C. Windows color (decimal): -8159396 or 6061955. OLE color: 6061955.

HSL color Cylindrical-coordinate representation of color #837F5C: hue angle of 53.85º 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 #837F5C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13112792-
CMYK00.030.300.49
HSL53.85º17.49%43.73%-
HSV(B)53.85º29.77%51.37%-
XYZ18.8820.7813.14-
YUV124.21109.83132.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=37.43%
G=36.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311279200.030.300.4953.8517.4943.73
Hex837F5C031E3136112c
Octal203177134033661662154
Binary10000011111111110111000111111011000111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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