#55401A

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

Shades of Madras #55401A

Tints of Madras #55401A

Color information

#55401A (or 0x55401A) is unknown color: approx Madras. HEX triplet: 55, 40 and 1A. RGB value is (85,64,26). Sum of RGB (Red+Green+Blue) = 85+64+26=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #55401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401A is #AABFE5. Grayscale: #424242. Windows color (decimal): -11190246 or 1720405. OLE color: 1720405.

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

Color convert

RGB856426-
CMYK00.250.690.67
HSL38.64º53.15%21.76%-
HSV(B)38.64º69.41%33.33%-
XYZ5.775.671.77-
YUV65.95105.46141.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=48.57%
G=36.57%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642600.250.690.6738.6453.1521.76
Hex55401A0194543273516
Octal12510032031105103476526
Binary10101011000000110100110011000101100001110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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