#554111

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

Shades of Madras #554111

Tints of Madras #554111

Color information

#554111 (or 0x554111) is unknown color: approx Madras. HEX triplet: 55, 41 and 11. RGB value is (85,65,17). Sum of RGB (Red+Green+Blue) = 85+65+17=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554111 is #AABEEE. Grayscale: #414141. Windows color (decimal): -11189999 or 1130837. OLE color: 1130837.

HSL color Cylindrical-coordinate representation of color #554111: hue angle of 42.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554111 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB856517-
CMYK00.240.800.67
HSL42.35º66.67%20%-
HSV(B)42.35º80%33.33%-
XYZ5.745.751.34-
YUV65.51100.63141.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=50.90%
G=38.92%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651700.240.800.6742.3566.6720
Hex55411101850432a4314
Octal125101210301201035210324
Binary101010110000011000101100010100001000011101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554111; }

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

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

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

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

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

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

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

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