#55400A

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

Shades of Madras #55400A

Tints of Madras #55400A

Color information

#55400A (or 0x55400A) is unknown color: approx Madras. HEX triplet: 55, 40 and 0A. RGB value is (85,64,10). Sum of RGB (Red+Green+Blue) = 85+64+10=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55400A is #AABFF5. Grayscale: #404040. Windows color (decimal): -11190262 or 671829. OLE color: 671829.

HSL color Cylindrical-coordinate representation of color #55400A: hue angle of 43.2º 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 #55400A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB856410-
CMYK00.250.880.67
HSL43.2º78.95%18.63%-
HSV(B)43.2º88.24%33.33%-
XYZ5.635.621.07-
YUV64.1297.46142.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=53.46%
G=40.25%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85641000.250.880.6743.278.9518.63
Hex5540A01958432b4f13
Octal125100120311301035311723
Binary10101011000000101001100110110001000011101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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