#554201

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

Shades of Madras #554201

Tints of Madras #554201

Color information

#554201 (or 0x554201) is unknown color: approx Madras. HEX triplet: 55, 42 and 01. RGB value is (85,66,1). Sum of RGB (Red+Green+Blue) = 85+66+1=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554201 is #AABDFE. Grayscale: #404040. Windows color (decimal): -11189759 or 82517. OLE color: 82517.

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

Color convert

RGB85661-
CMYK00.220.990.67
HSL46.43º97.67%16.86%-
HSV(B)46.43º98.82%33.33%-
XYZ5.75.830.85-
YUV64.2792.29142.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=55.92%
G=43.42%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566100.220.990.6746.4397.6716.86
Hex5542101663432e6211
Octal12510210261431035614221
Binary10101011000010101011011000111000011101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554201; }

 p { color: rgb(85,66,1); }

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

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

 a { background-color: rgb(85,66,1); }

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

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

 span { border-color: rgb(85,66,1); }

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