#744735

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

Shades of Cumin #744735

Tints of Cumin #744735

Color information

#744735 (or 0x744735) is unknown color: approx Cumin. HEX triplet: 74, 47 and 35. RGB value is (116,71,53). Sum of RGB (Red+Green+Blue) = 116+71+53=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744735 is #8BB8CA. Grayscale: #525252. Windows color (decimal): -9156811 or 3491700. OLE color: 3491700.

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

Color convert

RGB1167153-
CMYK00.390.540.55
HSL17.14º37.28%33.14%-
HSV(B)17.14º54.31%45.49%-
XYZ10.18.484.47-
YUV82.4111.41151.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=48.33%
G=29.58%
B=22.08%

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
Decimal116715300.390.540.5517.1437.2833.14
Hex7447350273637112521
Octal164107650476667214541
Binary11101001000111110101010011111011011011110001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744735; }

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

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

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

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

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

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

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

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