#744633

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

Shades of Cumin #744633

Tints of Cumin #744633

Color information

#744633 (or 0x744633) is unknown color: approx Cumin. HEX triplet: 74, 46 and 33. RGB value is (116,70,51). Sum of RGB (Red+Green+Blue) = 116+70+51=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744633 is #8BB9CC. Grayscale: #515151. Windows color (decimal): -9157069 or 3360372. OLE color: 3360372.

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

Color convert

RGB1167051-
CMYK00.400.560.55
HSL17.54º38.92%32.75%-
HSV(B)17.54º56.03%45.49%-
XYZ9.998.334.21-
YUV81.59110.74152.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=48.95%
G=29.54%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116705100.400.560.5517.5438.9232.75
Hex7446330283837122721
Octal164106630507067224741
Binary11101001000110110011010100011100011011110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744633; }

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

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

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

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

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

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

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

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