#807F47

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

Shades of Kokoda #807F47

Tints of Kokoda #807F47

Color information

#807F47 (or 0x807F47) is unknown color: approx Kokoda. HEX triplet: 80, 7F and 47. RGB value is (128,127,71). Sum of RGB (Red+Green+Blue) = 128+127+71=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #807F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807F47 is #7F80B8. Grayscale: #797979. Windows color (decimal): -8356025 or 4685696. OLE color: 4685696.

HSL color Cylindrical-coordinate representation of color #807F47: hue angle of 58.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807F47 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12812771-
CMYK00.010.450.50
HSL58.95º28.64%39.02%-
HSV(B)58.95º44.53%50.2%-
XYZ17.6320.228.94-
YUV120.9299.83133.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=39.26%
G=38.96%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281277100.010.450.5058.9528.6439.02
Hex807F47012D323b1d27
Octal200177107015562733547
Binary10000000111111110001110110110111001011101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F47; }

 p { color: rgb(128,127,71); }

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

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

 a { background-color: rgb(128,127,71); }

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

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

 span { border-color: rgb(128,127,71); }

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