#837D4F

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

Shades of Kokoda #837D4F

Tints of Kokoda #837D4F

Color information

#837D4F (or 0x837D4F) is unknown color: approx Kokoda. HEX triplet: 83, 7D and 4F. RGB value is (131,125,79). Sum of RGB (Red+Green+Blue) = 131+125+79=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #837D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D4F is #7C82B0. Grayscale: #797979. Windows color (decimal): -8159921 or 5209475. OLE color: 5209475.

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

Color convert

RGB13112579-
CMYK00.050.400.49
HSL53.08º24.76%41.18%-
HSV(B)53.08º39.69%51.37%-
XYZ18.120.0610.31-
YUV121.55103.99134.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=39.10%
G=37.31%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311257900.050.400.4953.0824.7641.18
Hex837D4F052831351929
Octal203175117055061653151
Binary1000001111111011001111010110100011000111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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