#744433

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

Shades of Cumin #744433

Tints of Cumin #744433

Color information

#744433 (or 0x744433) is unknown color: approx Cumin. HEX triplet: 74, 44 and 33. RGB value is (116,68,51). Sum of RGB (Red+Green+Blue) = 116+68+51=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744433 is #8BBBCC. Grayscale: #505050. Windows color (decimal): -9157581 or 3359860. OLE color: 3359860.

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

Color convert

RGB1166851-
CMYK00.410.560.55
HSL15.69º38.92%32.75%-
HSV(B)15.69º56.03%45.49%-
XYZ9.878.094.17-
YUV80.41111.4153.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=49.36%
G=28.94%
B=21.70%

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
Decimal116685100.410.560.5515.6938.9232.75
Hex7444330293837102721
Octal164104630517067204741
Binary11101001000100110011010100111100011011110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744433; }

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

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

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

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

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

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

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

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