#797749

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

Shades of Kokoda #797749

Tints of Kokoda #797749

Color information

#797749 (or 0x797749) is unknown color: approx Kokoda. HEX triplet: 79, 77 and 49. RGB value is (121,119,73). Sum of RGB (Red+Green+Blue) = 121+119+73=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #797749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797749 is #8688B6. Grayscale: #727272. Windows color (decimal): -8816823 or 4814713. OLE color: 4814713.

HSL color Cylindrical-coordinate representation of color #797749: hue angle of 57.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797749 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB12111973-
CMYK00.020.400.53
HSL57.5º24.74%38.04%-
HSV(B)57.5º39.67%47.45%-
XYZ15.6817.748.9-
YUV114.35104.66132.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=38.66%
G=38.02%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211197300.020.400.5357.524.7438.04
Hex7977490228353a1926
Octal171167111025065723146
Binary11110011110111100100101010100011010111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797749; }

 p { color: rgb(121,119,73); }

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

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

 a { background-color: rgb(121,119,73); }

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

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

 span { border-color: rgb(121,119,73); }

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