#79502F

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

Shades of Korma #79502F

Tints of Korma #79502F

Color information

#79502F (or 0x79502F) is unknown color: approx Korma. HEX triplet: 79, 50 and 2F. RGB value is (121,80,47). Sum of RGB (Red+Green+Blue) = 121+80+47=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79502F is #86AFD0. Grayscale: #585858. Windows color (decimal): -8826833 or 3100793. OLE color: 3100793.

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

Color convert

RGB1218047-
CMYK00.340.610.53
HSL26.76º44.05%32.94%-
HSV(B)26.76º61.16%47.45%-
XYZ11.2710.014.03-
YUV88.5104.58151.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=48.79%
G=32.26%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121804700.340.610.5326.7644.0532.94
Hex79502F0223D351b2c21
Octal171120570427565335441
Binary11110011010000101111010001011110111010111011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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