#797452

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

Shades of Kokoda #797452

Tints of Kokoda #797452

Color information

#797452 (or 0x797452) is unknown color: approx Kokoda. HEX triplet: 79, 74 and 52. RGB value is (121,116,82). Sum of RGB (Red+Green+Blue) = 121+116+82=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #797452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797452 is #868BAD. Grayscale: #717171. Windows color (decimal): -8817582 or 5403769. OLE color: 5403769.

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

Color convert

RGB12111682-
CMYK00.040.320.53
HSL52.31º19.21%39.8%-
HSV(B)52.31º32.23%47.45%-
XYZ15.6517.1610.47-
YUV113.62110.16133.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=37.93%
G=36.36%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211168200.040.320.5352.3119.2139.8
Hex797452042035341328
Octal171164122044065642350
Binary111100111101001010010010010000011010111010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797452; }

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

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

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

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

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

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

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

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