#807C46

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

Shades of Kokoda #807C46

Tints of Kokoda #807C46

Color information

#807C46 (or 0x807C46) is unknown color: approx Kokoda. HEX triplet: 80, 7C and 46. RGB value is (128,124,70). Sum of RGB (Red+Green+Blue) = 128+124+70=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #807C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C46 is #7F83B9. Grayscale: #777777. Windows color (decimal): -8356794 or 4619392. OLE color: 4619392.

HSL color Cylindrical-coordinate representation of color #807C46: hue angle of 55.86º 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 #807C46 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12812470-
CMYK00.030.450.50
HSL55.86º29.29%38.82%-
HSV(B)55.86º45.31%50.2%-
XYZ17.2219.458.64-
YUV119.04100.33134.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=39.75%
G=38.51%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281247000.030.450.5055.8629.2938.82
Hex807C46032D32381d27
Octal200174106035562703547
Binary100000001111100100011001110110111001011100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,124,70); }

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

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

 a { background-color: rgb(128,124,70); }

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

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

 span { border-color: rgb(128,124,70); }

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