#55410B

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

Shades of Madras #55410B

Tints of Madras #55410B

Color information

#55410B (or 0x55410B) is unknown color: approx Madras. HEX triplet: 55, 41 and 0B. RGB value is (85,65,11). Sum of RGB (Red+Green+Blue) = 85+65+11=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410B is #AABEF4. Grayscale: #414141. Windows color (decimal): -11190005 or 737621. OLE color: 737621.

HSL color Cylindrical-coordinate representation of color #55410B: hue angle of 43.78º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55410B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB856511-
CMYK00.240.870.67
HSL43.78º77.08%18.82%-
HSV(B)43.78º87.06%33.33%-
XYZ5.75.741.12-
YUV64.8297.63142.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=52.80%
G=40.37%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651100.240.870.6743.7877.0818.82
Hex5541B01857432c4d13
Octal125101130301271035411523
Binary10101011000001101101100010101111000011101100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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