#724432

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

Shades of Cumin #724432

Tints of Cumin #724432

Color information

#724432 (or 0x724432) is unknown color: approx Cumin. HEX triplet: 72, 44 and 32. RGB value is (114,68,50). Sum of RGB (Red+Green+Blue) = 114+68+50=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724432 is #8DBBCD. Grayscale: #4F4F4F. Windows color (decimal): -9288654 or 3294322. OLE color: 3294322.

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

Color convert

RGB1146850-
CMYK00.400.560.55
HSL16.88º39.02%32.16%-
HSV(B)16.88º56.14%44.71%-
XYZ9.587.944.05-
YUV79.7111.24152.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=49.14%
G=29.31%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114685000.400.560.5516.8839.0232.16
Hex7244320283837112720
Octal162104620507067214740
Binary11100101000100110010010100011100011011110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724432; }

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

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

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

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

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

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

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

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