#55410D

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

Shades of Madras #55410D

Tints of Madras #55410D

Color information

#55410D (or 0x55410D) is unknown color: approx Madras. HEX triplet: 55, 41 and 0D. RGB value is (85,65,13). Sum of RGB (Red+Green+Blue) = 85+65+13=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410D is #AABEF2. Grayscale: #414141. Windows color (decimal): -11190003 or 868693. OLE color: 868693.

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

Color convert

RGB856513-
CMYK00.240.850.67
HSL43.33º73.47%19.22%-
HSV(B)43.33º84.71%33.33%-
XYZ5.715.741.19-
YUV65.0598.63142.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=52.15%
G=39.88%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651300.240.850.6743.3373.4719.22
Hex5541D01855432b4913
Octal125101150301251035311123
Binary10101011000001110101100010101011000011101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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