#554018

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

Shades of Madras #554018

Tints of Madras #554018

Color information

#554018 (or 0x554018) is unknown color: approx Madras. HEX triplet: 55, 40 and 18. RGB value is (85,64,24). Sum of RGB (Red+Green+Blue) = 85+64+24=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554018 is #AABFE7. Grayscale: #414141. Windows color (decimal): -11190248 or 1589333. OLE color: 1589333.

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

Color convert

RGB856424-
CMYK00.250.720.67
HSL39.34º55.96%21.37%-
HSV(B)39.34º71.76%33.33%-
XYZ5.745.661.65-
YUV65.72104.46141.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=49.13%
G=36.99%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642400.250.720.6739.3455.9621.37
Hex5540180194843273815
Octal12510030031110103477025
Binary10101011000000110000110011001000100001110011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554018; }

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

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

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

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

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

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

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

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