#807857

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

Shades of Kokoda #807857

Tints of Kokoda #807857

Color information

#807857 (or 0x807857) is unknown color: approx Kokoda. HEX triplet: 80, 78 and 57. RGB value is (128,120,87). Sum of RGB (Red+Green+Blue) = 128+120+87=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #807857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807857 is #7F87A8. Grayscale: #767676. Windows color (decimal): -8357801 or 5732480. OLE color: 5732480.

HSL color Cylindrical-coordinate representation of color #807857: hue angle of 48.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807857 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB12812087-
CMYK00.060.320.50
HSL48.29º19.07%42.16%-
HSV(B)48.29º32.03%50.2%-
XYZ17.3418.7111.71-
YUV118.63110.15134.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=38.21%
G=35.82%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281208700.060.320.5048.2919.0742.16
Hex80785706203230132a
Octal200170127064062602352
Binary1000000011110001010111011010000011001011000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807857; }

 p { color: rgb(128,120,87); }

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

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

 a { background-color: rgb(128,120,87); }

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

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

 span { border-color: rgb(128,120,87); }

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