#554113

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

Shades of Madras #554113

Tints of Madras #554113

Color information

#554113 (or 0x554113) is unknown color: approx Madras. HEX triplet: 55, 41 and 13. RGB value is (85,65,19). Sum of RGB (Red+Green+Blue) = 85+65+19=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554113 is #AABEEC. Grayscale: #414141. Windows color (decimal): -11189997 or 1261909. OLE color: 1261909.

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

Color convert

RGB856519-
CMYK00.240.780.67
HSL41.82º63.46%20.39%-
HSV(B)41.82º77.65%33.33%-
XYZ5.755.761.42-
YUV65.74101.63141.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=50.30%
G=38.46%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651900.240.780.6741.8263.4620.39
Hex5541130184E432a3f14
Octal12510123030116103527724
Binary10101011000001100110110001001110100001110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554113; }

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

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

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

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

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

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

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

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