#724030

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

Shades of Cumin #724030

Tints of Cumin #724030

Color information

#724030 (or 0x724030) is unknown color: approx Cumin. HEX triplet: 72, 40 and 30. RGB value is (114,64,48). Sum of RGB (Red+Green+Blue) = 114+64+48=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #724030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724030 is #8DBFCF. Grayscale: #4D4D4D. Windows color (decimal): -9289680 or 3162226. OLE color: 3162226.

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

Color convert

RGB1146448-
CMYK00.440.580.55
HSL14.55º40.74%31.76%-
HSV(B)14.55º57.89%44.71%-
XYZ9.317.463.75-
YUV77.13111.56154.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=50.44%
G=28.32%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114644800.440.580.5514.5540.7431.76
Hex72403002C3A37f2920
Octal162100600547267175140
Binary1110010100000011000001011001110101101111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724030; }

 p { color: rgb(114,64,48); }

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

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

 a { background-color: rgb(114,64,48); }

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

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

 span { border-color: rgb(114,64,48); }

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