#554019

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

Shades of Madras #554019

Tints of Madras #554019

Color information

#554019 (or 0x554019) is unknown color: approx Madras. HEX triplet: 55, 40 and 19. RGB value is (85,64,25). Sum of RGB (Red+Green+Blue) = 85+64+25=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554019 is #AABFE6. Grayscale: #424242. Windows color (decimal): -11190247 or 1654869. OLE color: 1654869.

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

Color convert

RGB856425-
CMYK00.250.710.67
HSL39º54.55%21.57%-
HSV(B)39º70.59%33.33%-
XYZ5.765.671.71-
YUV65.83104.96141.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=48.85%
G=36.78%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642500.250.710.673954.5521.57
Hex5540190194743273716
Octal12510031031107103476726
Binary10101011000000110010110011000111100001110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554019; }

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

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

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

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

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

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

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

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