#44410B

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

Shades of Madras #44410B

Tints of Madras #44410B

Color information

#44410B (or 0x44410B) is unknown color: approx Madras. HEX triplet: 44, 41 and 0B. RGB value is (68,65,11). Sum of RGB (Red+Green+Blue) = 68+65+11=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44410B is #BBBEF4. Grayscale: #3B3B3B. Windows color (decimal): -12304117 or 737604. OLE color: 737604.

HSL color Cylindrical-coordinate representation of color #44410B: hue angle of 56.84º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44410B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB686511-
CMYK00.040.840.73
HSL56.84º72.15%15.49%-
HSV(B)56.84º83.82%26.67%-
XYZ4.335.031.06-
YUV59.74100.49133.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=47.22%
G=45.14%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68651100.040.840.7356.8472.1515.49
Hex4441B0454493948f
Octal10410113041241117111017
Binary10001001000001101101001010100100100111100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44410B; }

 p { color: rgb(68,65,11); }

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

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

 a { background-color: rgb(68,65,11); }

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

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

 span { border-color: rgb(68,65,11); }

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