#807C49

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

Shades of Kokoda #807C49

Tints of Kokoda #807C49

Color information

#807C49 (or 0x807C49) is unknown color: approx Kokoda. HEX triplet: 80, 7C and 49. RGB value is (128,124,73). Sum of RGB (Red+Green+Blue) = 128+124+73=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #807C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C49 is #7F83B6. Grayscale: #777777. Windows color (decimal): -8356791 or 4816000. OLE color: 4816000.

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

Color convert

RGB12812473-
CMYK00.030.430.50
HSL55.64º27.36%39.41%-
HSV(B)55.64º42.97%50.2%-
XYZ17.3119.499.15-
YUV119.38101.83134.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=39.38%
G=38.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281247300.030.430.5055.6427.3639.41
Hex807C49032B32381b27
Octal200174111035362703347
Binary100000001111100100100101110101111001011100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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