#797453

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

Shades of Kokoda #797453

Tints of Kokoda #797453

Color information

#797453 (or 0x797453) is unknown color: approx Kokoda. HEX triplet: 79, 74 and 53. RGB value is (121,116,83). Sum of RGB (Red+Green+Blue) = 121+116+83=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #797453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797453 is #868BAC. Grayscale: #717171. Windows color (decimal): -8817581 or 5469305. OLE color: 5469305.

HSL color Cylindrical-coordinate representation of color #797453: hue angle of 52.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797453 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12111683-
CMYK00.040.310.53
HSL52.11º18.63%40%-
HSV(B)52.11º31.4%47.45%-
XYZ15.6917.1810.67-
YUV113.73110.66133.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=37.81%
G=36.25%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211168300.040.310.5352.1118.6340
Hex797453041F35341328
Octal171164123043765642350
Binary11110011110100101001101001111111010111010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797453; }

 p { color: rgb(121,116,83); }

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

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

 a { background-color: rgb(121,116,83); }

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

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

 span { border-color: rgb(121,116,83); }

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