#554000

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

Shades of Madras #554000

Tints of Madras #554000

Color information

#554000 (or 0x554000) is unknown color: approx Madras. HEX triplet: 55, 40 and 00. RGB value is (85,64,0). Sum of RGB (Red+Green+Blue) = 85+64+0=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #554000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554000 is #AABFFF. Grayscale: #3F3F3F. Windows color (decimal): -11190272 or 16469. OLE color: 16469.

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

Color convert

RGB85640-
CMYK00.2510.67
HSL45.18º100%16.67%-
HSV(B)45.18º100%33.33%-
XYZ5.585.60.79-
YUV62.9892.46143.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.05%
G=42.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564000.2510.6745.1810016.67
Hex5540001964432d6411
Octal12510000311441035514421
Binary10101011000000001100111001001000011101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554000; }

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

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

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

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

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

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

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

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