#724532

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

Shades of Cumin #724532

Tints of Cumin #724532

Color information

#724532 (or 0x724532) is unknown color: approx Cumin. HEX triplet: 72, 45 and 32. RGB value is (114,69,50). Sum of RGB (Red+Green+Blue) = 114+69+50=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724532 is #8DBACD. Grayscale: #505050. Windows color (decimal): -9288398 or 3294578. OLE color: 3294578.

HSL color Cylindrical-coordinate representation of color #724532: hue angle of 17.81º 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 #724532 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1146950-
CMYK00.390.560.55
HSL17.81º39.02%32.16%-
HSV(B)17.81º56.14%44.71%-
XYZ9.648.064.07-
YUV80.29110.91152.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=48.93%
G=29.61%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114695000.390.560.5517.8139.0232.16
Hex7245320273837122720
Octal162105620477067224740
Binary11100101000101110010010011111100011011110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724532; }

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

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

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

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

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

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

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

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