#553F09

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

Shades of Madras #553F09

Tints of Madras #553F09

Color information

#553F09 (or 0x553F09) is unknown color: approx Madras. HEX triplet: 55, 3F and 09. RGB value is (85,63,9). Sum of RGB (Red+Green+Blue) = 85+63+9=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F09 is #AAC0F6. Grayscale: #3F3F3F. Windows color (decimal): -11190519 or 606037. OLE color: 606037.

HSL color Cylindrical-coordinate representation of color #553F09: hue angle of 42.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #553F09 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85639-
CMYK00.260.890.67
HSL42.63º80.85%18.43%-
HSV(B)42.63º89.41%33.33%-
XYZ5.575.511.03-
YUV63.4297.29143.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=54.14%
G=40.13%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563900.260.890.6742.6380.8518.43
Hex553F901A59432b5112
Octal12577110321311035312122
Binary1010101111111100101101010110011000011101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F09; }

 p { color: rgb(85,63,9); }

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

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

 a { background-color: rgb(85,63,9); }

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

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

 span { border-color: rgb(85,63,9); }

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