#553F11

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

Shades of Madras #553F11

Tints of Madras #553F11

Color information

#553F11 (or 0x553F11) is unknown color: approx Madras. HEX triplet: 55, 3F and 11. RGB value is (85,63,17). Sum of RGB (Red+Green+Blue) = 85+63+17=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F11 is #AAC0EE. Grayscale: #404040. Windows color (decimal): -11190511 or 1130325. OLE color: 1130325.

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

Color convert

RGB856317-
CMYK00.260.800.67
HSL40.59º66.67%20%-
HSV(B)40.59º80%33.33%-
XYZ5.625.531.3-
YUV64.33101.29142.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=51.52%
G=38.18%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85631700.260.800.6740.5966.6720
Hex553F1101A5043294314
Octal12577210321201035110324
Binary10101011111111000101101010100001000011101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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