#744330

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

Shades of Cumin #744330

Tints of Cumin #744330

Color information

#744330 (or 0x744330) is unknown color: approx Cumin. HEX triplet: 74, 43 and 30. RGB value is (116,67,48). Sum of RGB (Red+Green+Blue) = 116+67+48=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #744330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744330 is #8BBCCF. Grayscale: #4F4F4F. Windows color (decimal): -9157840 or 3162996. OLE color: 3162996.

HSL color Cylindrical-coordinate representation of color #744330: hue angle of 16.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744330 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1166748-
CMYK00.420.590.55
HSL16.76º41.46%32.16%-
HSV(B)16.76º58.62%45.49%-
XYZ9.747.943.82-
YUV79.48110.23154.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=50.22%
G=29.00%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116674800.420.590.5516.7641.4632.16
Hex74433002A3B37112920
Octal164103600527367215140
Binary11101001000011110000010101011101111011110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744330; }

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

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

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

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

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

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

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

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