#744430

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

Shades of Cumin #744430

Tints of Cumin #744430

Color information

#744430 (or 0x744430) is unknown color: approx Cumin. HEX triplet: 74, 44 and 30. RGB value is (116,68,48). Sum of RGB (Red+Green+Blue) = 116+68+48=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744430 is #8BBBCF. Grayscale: #505050. Windows color (decimal): -9157584 or 3163252. OLE color: 3163252.

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

Color convert

RGB1166848-
CMYK00.410.590.55
HSL17.65º41.46%32.16%-
HSV(B)17.65º58.62%45.49%-
XYZ9.88.063.84-
YUV80.07109.9153.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=50%
G=29.31%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116684800.410.590.5517.6541.4632.16
Hex7444300293B37122920
Octal164104600517367225140
Binary11101001000100110000010100111101111011110010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744430; }

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

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

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

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

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

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

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

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