#55410E

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

Shades of Madras #55410E

Tints of Madras #55410E

Color information

#55410E (or 0x55410E) is unknown color: approx Madras. HEX triplet: 55, 41 and 0E. RGB value is (85,65,14). Sum of RGB (Red+Green+Blue) = 85+65+14=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410E is #AABEF1. Grayscale: #414141. Windows color (decimal): -11190002 or 934229. OLE color: 934229.

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

Color convert

RGB856514-
CMYK00.240.840.67
HSL43.1º71.72%19.41%-
HSV(B)43.1º83.53%33.33%-
XYZ5.725.741.22-
YUV65.1799.13142.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=51.83%
G=39.63%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651400.240.840.6743.171.7219.41
Hex5541E01854432b4813
Octal125101160301241035311023
Binary10101011000001111001100010101001000011101011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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