#79402F

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

Shades of Cumin #79402F

Tints of Cumin #79402F

Color information

#79402F (or 0x79402F) is unknown color: approx Cumin. HEX triplet: 79, 40 and 2F. RGB value is (121,64,47). Sum of RGB (Red+Green+Blue) = 121+64+47=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79402F is #86BFD0. Grayscale: #4F4F4F. Windows color (decimal): -8830929 or 3096697. OLE color: 3096697.

HSL color Cylindrical-coordinate representation of color #79402F: hue angle of 13.78º 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 #79402F is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1216447-
CMYK00.470.610.53
HSL13.78º44.05%32.94%-
HSV(B)13.78º61.16%47.45%-
XYZ10.237.943.68-
YUV79.1109.88157.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=52.16%
G=27.59%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121644700.470.610.5313.7844.0532.94
Hex79402F02F3D35e2c21
Octal171100570577565165441
Binary1111001100000010111101011111111011101011110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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