#55410A

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

Shades of Madras #55410A

Tints of Madras #55410A

Color information

#55410A (or 0x55410A) is unknown color: approx Madras. HEX triplet: 55, 41 and 0A. RGB value is (85,65,10). Sum of RGB (Red+Green+Blue) = 85+65+10=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410A is #AABEF5. Grayscale: #404040. Windows color (decimal): -11190006 or 672085. OLE color: 672085.

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

Color convert

RGB856510-
CMYK00.240.880.67
HSL44º78.95%18.63%-
HSV(B)44º88.24%33.33%-
XYZ5.695.731.09-
YUV64.7197.13142.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=53.12%
G=40.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651000.240.880.674478.9518.63
Hex5541A01858432c4f13
Octal125101120301301035411723
Binary10101011000001101001100010110001000011101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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