#79442E

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

Shades of Cumin #79442E

Tints of Cumin #79442E

Color information

#79442E (or 0x79442E) is unknown color: approx Cumin. HEX triplet: 79, 44 and 2E. RGB value is (121,68,46). Sum of RGB (Red+Green+Blue) = 121+68+46=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79442E is #86BBD1. Grayscale: #515151. Windows color (decimal): -8829906 or 3032185. OLE color: 3032185.

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

Color convert

RGB1216846-
CMYK00.440.620.53
HSL17.6º44.91%32.75%-
HSV(B)17.6º61.98%47.45%-
XYZ10.458.43.65-
YUV81.34108.06156.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=51.49%
G=28.94%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121684600.440.620.5317.644.9132.75
Hex79442E02C3E35122d21
Octal171104560547665225541
Binary11110011000100101110010110011111011010110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79442E; }

 p { color: rgb(121,68,46); }

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

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

 a { background-color: rgb(121,68,46); }

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

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

 span { border-color: rgb(121,68,46); }

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