#55401B

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

Shades of Madras #55401B

Tints of Madras #55401B

Color information

#55401B (or 0x55401B) is unknown color: approx Madras. HEX triplet: 55, 40 and 1B. RGB value is (85,64,27). Sum of RGB (Red+Green+Blue) = 85+64+27=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401B is #AABFE4. Grayscale: #424242. Windows color (decimal): -11190245 or 1785941. OLE color: 1785941.

HSL color Cylindrical-coordinate representation of color #55401B: hue angle of 38.28º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55401B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB856427-
CMYK00.250.680.67
HSL38.28º51.79%21.96%-
HSV(B)38.28º68.24%33.33%-
XYZ5.785.681.83-
YUV66.06105.96141.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=48.30%
G=36.36%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642700.250.680.6738.2851.7921.96
Hex55401B0194443263416
Octal12510033031104103466426
Binary10101011000000110110110011000100100001110011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55401B; }

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

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

<style>
 a { background-color: #55401B; }

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

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

<style>
 span { border-color: #55401B; }

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

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