#79522A

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

Shades of Korma #79522A

Tints of Korma #79522A

Color information

#79522A (or 0x79522A) is unknown color: approx Korma. HEX triplet: 79, 52 and 2A. RGB value is (121,82,42). Sum of RGB (Red+Green+Blue) = 121+82+42=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79522A is #86ADD5. Grayscale: #595959. Windows color (decimal): -8826326 or 2773625. OLE color: 2773625.

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

Color convert

RGB1218242-
CMYK00.320.650.53
HSL30.38º48.47%31.96%-
HSV(B)30.38º65.29%47.45%-
XYZ11.3210.273.58-
YUV89.1101.42150.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=49.39%
G=33.47%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121824200.320.650.5330.3848.4731.96
Hex79522A02041351e3020
Octal1711225204010165366040
Binary111100110100101010100100000100000111010111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79522A; }

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

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

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

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

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

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

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

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