#724535

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

Shades of Cumin #724535

Tints of Cumin #724535

Color information

#724535 (or 0x724535) is unknown color: approx Cumin. HEX triplet: 72, 45 and 35. RGB value is (114,69,53). Sum of RGB (Red+Green+Blue) = 114+69+53=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724535 is #8DBACA. Grayscale: #505050. Windows color (decimal): -9288395 or 3491186. OLE color: 3491186.

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

Color convert

RGB1146953-
CMYK00.390.540.55
HSL15.74º36.53%32.75%-
HSV(B)15.74º53.51%44.71%-
XYZ9.718.094.42-
YUV80.63112.41151.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=48.31%
G=29.24%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114695300.390.540.5515.7436.5332.75
Hex7245350273637102521
Octal162105650476667204541
Binary11100101000101110101010011111011011011110000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724535; }

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

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

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

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

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

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

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

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