#724533

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

Shades of Cumin #724533

Tints of Cumin #724533

Color information

#724533 (or 0x724533) is unknown color: approx Cumin. HEX triplet: 72, 45 and 33. RGB value is (114,69,51). Sum of RGB (Red+Green+Blue) = 114+69+51=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724533 is #8DBACC. Grayscale: #505050. Windows color (decimal): -9288397 or 3360114. OLE color: 3360114.

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

Color convert

RGB1146951-
CMYK00.390.550.55
HSL17.14º38.18%32.35%-
HSV(B)17.14º55.26%44.71%-
XYZ9.678.074.18-
YUV80.4111.41151.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=48.72%
G=29.49%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114695100.390.550.5517.1438.1832.35
Hex7245330273737112620
Octal162105630476767214640
Binary11100101000101110011010011111011111011110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724533; }

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

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

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

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

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

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

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

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