#837F4D

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

Shades of Kokoda #837F4D

Tints of Kokoda #837F4D

Color information

#837F4D (or 0x837F4D) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 4D. RGB value is (131,127,77). Sum of RGB (Red+Green+Blue) = 131+127+77=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #837F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F4D is #7C80B2. Grayscale: #7A7A7A. Windows color (decimal): -8159411 or 5078915. OLE color: 5078915.

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

Color convert

RGB13112777-
CMYK00.030.410.49
HSL55.56º25.96%40.78%-
HSV(B)55.56º41.22%51.37%-
XYZ18.2920.5410.02-
YUV122.5102.33134.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=39.10%
G=37.91%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311277700.030.410.4955.5625.9640.78
Hex837F4D032931381a29
Octal203177115035161703251
Binary100000111111111100110101110100111000111100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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