#744031

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

Shades of Cumin #744031

Tints of Cumin #744031

Color information

#744031 (or 0x744031) is unknown color: approx Cumin. HEX triplet: 74, 40 and 31. RGB value is (116,64,49). Sum of RGB (Red+Green+Blue) = 116+64+49=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #744031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744031 is #8BBFCE. Grayscale: #4D4D4D. Windows color (decimal): -9158607 or 3227764. OLE color: 3227764.

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

Color convert

RGB1166449-
CMYK00.450.580.55
HSL13.43º40.61%32.35%-
HSV(B)13.43º57.76%45.49%-
XYZ9.597.63.87-
YUV77.84111.73155.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=50.66%
G=27.95%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116644900.450.580.5513.4340.6132.35
Hex74403102D3A37d2920
Octal164100610557267155140
Binary1110100100000011000101011011110101101111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744031; }

 p { color: rgb(116,64,49); }

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

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

 a { background-color: rgb(116,64,49); }

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

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

 span { border-color: rgb(116,64,49); }

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