#44370B

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

Shades of Madras #44370B

Tints of Madras #44370B

Color information

#44370B (or 0x44370B) is unknown color: approx Madras. HEX triplet: 44, 37 and 0B. RGB value is (68,55,11). Sum of RGB (Red+Green+Blue) = 68+55+11=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44370B is #BBC8F4. Grayscale: #363636. Windows color (decimal): -12306677 or 735044. OLE color: 735044.

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

Color convert

RGB685511-
CMYK00.190.840.73
HSL46.32º72.15%15.49%-
HSV(B)46.32º83.82%26.67%-
XYZ3.813.990.89-
YUV53.87103.81138.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=50.75%
G=41.04%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68551100.190.840.7346.3272.1515.49
Hex4437B01354492e48f
Octal10467130231241115611017
Binary100010011011110110100111010100100100110111010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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