#554207

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

Shades of Madras #554207

Tints of Madras #554207

Color information

#554207 (or 0x554207) is unknown color: approx Madras. HEX triplet: 55, 42 and 07. RGB value is (85,66,7). Sum of RGB (Red+Green+Blue) = 85+66+7=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554207 is #AABDF8. Grayscale: #414141. Windows color (decimal): -11189753 or 475733. OLE color: 475733.

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

Color convert

RGB85667-
CMYK00.220.920.67
HSL45.38º84.78%18.04%-
HSV(B)45.38º91.76%33.33%-
XYZ5.735.841.03-
YUV64.9695.29142.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=53.80%
G=41.77%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566700.220.920.6745.3884.7818.04
Hex554270165C432d5512
Octal12510270261341035512522
Binary1010101100001011101011010111001000011101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554207; }

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

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

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

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

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

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

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

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