#553E09

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

Shades of Madras #553E09

Tints of Madras #553E09

Color information

#553E09 (or 0x553E09) is unknown color: approx Madras. HEX triplet: 55, 3E and 09. RGB value is (85,62,9). Sum of RGB (Red+Green+Blue) = 85+62+9=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E09 is #AAC1F6. Grayscale: #3F3F3F. Windows color (decimal): -11190775 or 605781. OLE color: 605781.

HSL color Cylindrical-coordinate representation of color #553E09: hue angle of 41.84º 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 #553E09 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85629-
CMYK00.270.890.67
HSL41.84º80.85%18.43%-
HSV(B)41.84º89.41%33.33%-
XYZ5.525.41.01-
YUV62.8497.62143.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=54.49%
G=39.74%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562900.270.890.6741.8480.8518.43
Hex553E901B59432a5112
Octal12576110331311035212122
Binary1010101111110100101101110110011000011101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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