#79502D

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

Shades of Korma #79502D

Tints of Korma #79502D

Color information

#79502D (or 0x79502D) is unknown color: approx Korma. HEX triplet: 79, 50 and 2D. RGB value is (121,80,45). Sum of RGB (Red+Green+Blue) = 121+80+45=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79502D is #86AFD2. Grayscale: #585858. Windows color (decimal): -8826835 or 2969721. OLE color: 2969721.

HSL color Cylindrical-coordinate representation of color #79502D: hue angle of 27.63º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79502D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1218045-
CMYK00.340.630.53
HSL27.63º45.78%32.55%-
HSV(B)27.63º62.81%47.45%-
XYZ11.239.993.82-
YUV88.27103.58151.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=49.19%
G=32.52%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121804500.340.630.5327.6345.7832.55
Hex79502D0223F351c2e21
Octal171120550427765345641
Binary11110011010000101101010001011111111010111100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79502D; }

 p { color: rgb(121,80,45); }

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

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

 a { background-color: rgb(121,80,45); }

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

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

 span { border-color: rgb(121,80,45); }

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