#744333

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

Shades of Cumin #744333

Tints of Cumin #744333

Color information

#744333 (or 0x744333) is unknown color: approx Cumin. HEX triplet: 74, 43 and 33. RGB value is (116,67,51). Sum of RGB (Red+Green+Blue) = 116+67+51=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744333 is #8BBCCC. Grayscale: #4F4F4F. Windows color (decimal): -9157837 or 3359604. OLE color: 3359604.

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

Color convert

RGB1166751-
CMYK00.420.560.55
HSL14.77º38.92%32.75%-
HSV(B)14.77º56.03%45.49%-
XYZ9.817.974.15-
YUV79.83111.73153.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=49.57%
G=28.63%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116675100.420.560.5514.7738.9232.75
Hex74433302A3837f2721
Octal164103630527067174741
Binary1110100100001111001101010101110001101111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744333; }

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

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

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

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

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

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

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

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