#837F55

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

Shades of Kokoda #837F55

Tints of Kokoda #837F55

Color information

#837F55 (or 0x837F55) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 55. RGB value is (131,127,85). Sum of RGB (Red+Green+Blue) = 131+127+85=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #837F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F55 is #7C80AA. Grayscale: #7B7B7B. Windows color (decimal): -8159403 or 5603203. OLE color: 5603203.

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

Color convert

RGB13112785-
CMYK00.030.350.49
HSL54.78º21.3%42.35%-
HSV(B)54.78º35.11%51.37%-
XYZ18.5920.6611.6-
YUV123.41106.33133.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=38.19%
G=37.03%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311278500.030.350.4954.7821.342.35
Hex837F5503233137152a
Octal203177125034361672552
Binary100000111111111101010101110001111000111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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