#837F48

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

Shades of Kokoda #837F48

Tints of Kokoda #837F48

Color information

#837F48 (or 0x837F48) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 48. RGB value is (131,127,72). Sum of RGB (Red+Green+Blue) = 131+127+72=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #837F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F48 is #7C80B7. Grayscale: #7A7A7A. Windows color (decimal): -8159416 or 4751235. OLE color: 4751235.

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

Color convert

RGB13112772-
CMYK00.030.450.49
HSL55.93º29.06%39.8%-
HSV(B)55.93º45.04%51.37%-
XYZ18.1220.479.13-
YUV121.9399.83134.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=39.70%
G=38.48%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311277200.030.450.4955.9329.0639.8
Hex837F48032D31381d28
Octal203177110035561703550
Binary100000111111111100100001110110111000111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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