#554106

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

Shades of Madras #554106

Tints of Madras #554106

Color information

#554106 (or 0x554106) is unknown color: approx Madras. HEX triplet: 55, 41 and 06. RGB value is (85,65,6). Sum of RGB (Red+Green+Blue) = 85+65+6=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #554106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554106 is #AABEF9. Grayscale: #404040. Windows color (decimal): -11190010 or 409941. OLE color: 409941.

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

Color convert

RGB85656-
CMYK00.240.930.67
HSL44.81º86.81%17.84%-
HSV(B)44.81º92.94%33.33%-
XYZ5.675.730.98-
YUV64.2595.13142.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=54.49%
G=41.67%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565600.240.930.6744.8186.8117.84
Hex554160185D432d5712
Octal12510160301351035512722
Binary1010101100000111001100010111011000011101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554106; }

 p { color: rgb(85,65,6); }

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

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

 a { background-color: rgb(85,65,6); }

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

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

 span { border-color: rgb(85,65,6); }

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