#724232

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

Shades of Cumin #724232

Tints of Cumin #724232

Color information

#724232 (or 0x724232) is unknown color: approx Cumin. HEX triplet: 72, 42 and 32. RGB value is (114,66,50). Sum of RGB (Red+Green+Blue) = 114+66+50=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #724232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724232 is #8DBDCD. Grayscale: #4E4E4E. Windows color (decimal): -9289166 or 3293810. OLE color: 3293810.

HSL color Cylindrical-coordinate representation of color #724232: hue angle of 15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724232 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1146650-
CMYK00.420.560.55
HSL15º39.02%32.16%-
HSV(B)15º56.14%44.71%-
XYZ9.467.74.01-
YUV78.53111.9153.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=49.57%
G=28.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114665000.420.560.551539.0232.16
Hex72423202A3837f2720
Octal162102620527067174740
Binary1110010100001011001001010101110001101111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724232; }

 p { color: rgb(114,66,50); }

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

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

 a { background-color: rgb(114,66,50); }

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

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

 span { border-color: rgb(114,66,50); }

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