#744635

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

Shades of Cumin #744635

Tints of Cumin #744635

Color information

#744635 (or 0x744635) is unknown color: approx Cumin. HEX triplet: 74, 46 and 35. RGB value is (116,70,53). Sum of RGB (Red+Green+Blue) = 116+70+53=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744635 is #8BB9CA. Grayscale: #515151. Windows color (decimal): -9157067 or 3491444. OLE color: 3491444.

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

Color convert

RGB1167053-
CMYK00.400.540.55
HSL16.19º37.28%33.14%-
HSV(B)16.19º54.31%45.49%-
XYZ10.048.354.45-
YUV81.82111.74152.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=48.54%
G=29.29%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116705300.400.540.5516.1937.2833.14
Hex7446350283637102521
Octal164106650506667204541
Binary11101001000110110101010100011011011011110000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744635; }

 p { color: rgb(116,70,53); }

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

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

 a { background-color: rgb(116,70,53); }

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

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

 span { border-color: rgb(116,70,53); }

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