#55400D

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

Shades of Madras #55400D

Tints of Madras #55400D

Color information

#55400D (or 0x55400D) is unknown color: approx Madras. HEX triplet: 55, 40 and 0D. RGB value is (85,64,13). Sum of RGB (Red+Green+Blue) = 85+64+13=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55400D is #AABFF2. Grayscale: #404040. Windows color (decimal): -11190259 or 868437. OLE color: 868437.

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

Color convert

RGB856413-
CMYK00.250.850.67
HSL42.5º73.47%19.22%-
HSV(B)42.5º84.71%33.33%-
XYZ5.655.631.17-
YUV64.4698.96142.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=52.47%
G=39.51%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85641300.250.850.6742.573.4719.22
Hex5540D01955432a4913
Octal125100150311251035211123
Binary10101011000000110101100110101011000011101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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