#744533

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

Shades of Cumin #744533

Tints of Cumin #744533

Color information

#744533 (or 0x744533) is unknown color: approx Cumin. HEX triplet: 74, 45 and 33. RGB value is (116,69,51). Sum of RGB (Red+Green+Blue) = 116+69+51=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744533 is #8BBACC. Grayscale: #515151. Windows color (decimal): -9157325 or 3360116. OLE color: 3360116.

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

Color convert

RGB1166951-
CMYK00.410.560.55
HSL16.62º38.92%32.75%-
HSV(B)16.62º56.03%45.49%-
XYZ9.938.214.19-
YUV81111.07152.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=49.15%
G=29.24%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116695100.410.560.5516.6238.9232.75
Hex7445330293837112721
Octal164105630517067214741
Binary11101001000101110011010100111100011011110001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744533; }

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

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

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

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

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

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

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

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