#554017

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

Shades of Madras #554017

Tints of Madras #554017

Color information

#554017 (or 0x554017) is unknown color: approx Madras. HEX triplet: 55, 40 and 17. RGB value is (85,64,23). Sum of RGB (Red+Green+Blue) = 85+64+23=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554017 is #AABFE8. Grayscale: #414141. Windows color (decimal): -11190249 or 1523797. OLE color: 1523797.

HSL color Cylindrical-coordinate representation of color #554017: hue angle of 39.68º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554017 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB856423-
CMYK00.250.730.67
HSL39.68º57.41%21.18%-
HSV(B)39.68º72.94%33.33%-
XYZ5.735.661.6-
YUV65.6103.96141.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=49.42%
G=37.21%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642300.250.730.6739.6857.4121.18
Hex5540170194943283915
Octal12510027031111103507125
Binary10101011000000101110110011001001100001110100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554017; }

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

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

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

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

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

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

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

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