#837D4C

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

Shades of Kokoda #837D4C

Tints of Kokoda #837D4C

Color information

#837D4C (or 0x837D4C) is unknown color: approx Kokoda. HEX triplet: 83, 7D and 4C. RGB value is (131,125,76). Sum of RGB (Red+Green+Blue) = 131+125+76=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #837D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D4C is #7C82B3. Grayscale: #797979. Windows color (decimal): -8159924 or 5012867. OLE color: 5012867.

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

Color convert

RGB13112576-
CMYK00.050.420.49
HSL53.45º26.57%40.59%-
HSV(B)53.45º41.98%51.37%-
XYZ1820.019.75-
YUV121.21102.49134.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=39.46%
G=37.65%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311257600.050.420.4953.4526.5740.59
Hex837D4C052A31351b29
Octal203175114055261653351
Binary1000001111111011001100010110101011000111010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,76); }

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

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

 a { background-color: rgb(131,125,76); }

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

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

 span { border-color: rgb(131,125,76); }

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