#44400B

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

Shades of Madras #44400B

Tints of Madras #44400B

Color information

#44400B (or 0x44400B) is unknown color: approx Madras. HEX triplet: 44, 40 and 0B. RGB value is (68,64,11). Sum of RGB (Red+Green+Blue) = 68+64+11=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #44400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44400B is #BBBFF4. Grayscale: #3B3B3B. Windows color (decimal): -12304373 or 737348. OLE color: 737348.

HSL color Cylindrical-coordinate representation of color #44400B: hue angle of 55.79º 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 #44400B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB686411-
CMYK00.060.840.73
HSL55.79º72.15%15.49%-
HSV(B)55.79º83.82%26.67%-
XYZ4.284.921.04-
YUV59.15100.83134.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=47.55%
G=44.76%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68641100.060.840.7355.7972.1515.49
Hex4440B0654493848f
Octal10410013061241117011017
Binary10001001000000101101101010100100100111100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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