#837F52

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

Shades of Kokoda #837F52

Tints of Kokoda #837F52

Color information

#837F52 (or 0x837F52) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 52. RGB value is (131,127,82). Sum of RGB (Red+Green+Blue) = 131+127+82=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #837F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F52 is #7C80AD. Grayscale: #7B7B7B. Windows color (decimal): -8159406 or 5406595. OLE color: 5406595.

HSL color Cylindrical-coordinate representation of color #837F52: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #837F52 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB13112782-
CMYK00.030.370.49
HSL55.1º23%41.76%-
HSV(B)55.1º37.4%51.37%-
XYZ18.4720.6110.99-
YUV123.07104.83133.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=38.53%
G=37.35%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311278200.030.370.4955.12341.76
Hex837F5203253137172a
Octal203177122034561672752
Binary100000111111111101001001110010111000111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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