#553D11

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

Shades of Madras #553D11

Tints of Madras #553D11

Color information

#553D11 (or 0x553D11) is unknown color: approx Madras. HEX triplet: 55, 3D and 11. RGB value is (85,61,17). Sum of RGB (Red+Green+Blue) = 85+61+17=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D11 is #AAC2EE. Grayscale: #3F3F3F. Windows color (decimal): -11191023 or 1129813. OLE color: 1129813.

HSL color Cylindrical-coordinate representation of color #553D11: hue angle of 38.82º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553D11 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB856117-
CMYK00.280.800.67
HSL38.82º66.67%20%-
HSV(B)38.82º80%33.33%-
XYZ5.525.311.26-
YUV63.16101.95143.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=52.15%
G=37.42%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85611700.280.800.6738.8266.6720
Hex553D1101C5043274314
Octal12575210341201034710324
Binary10101011111011000101110010100001000011100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,17); }

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

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

 a { background-color: rgb(85,61,17); }

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

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

 span { border-color: rgb(85,61,17); }

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