#837F51

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

Shades of Kokoda #837F51

Tints of Kokoda #837F51

Color information

#837F51 (or 0x837F51) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 51. RGB value is (131,127,81). Sum of RGB (Red+Green+Blue) = 131+127+81=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #837F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F51 is #7C80AE. Grayscale: #7B7B7B. Windows color (decimal): -8159407 or 5341059. OLE color: 5341059.

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

Color convert

RGB13112781-
CMYK00.030.380.49
HSL55.2º23.58%41.57%-
HSV(B)55.2º38.17%51.37%-
XYZ18.4320.610.79-
YUV122.95104.33133.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=38.64%
G=37.46%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311278100.030.380.4955.223.5841.57
Hex837F5103263137182a
Octal203177121034661673052
Binary100000111111111101000101110011011000111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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