#553F14

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

Shades of Madras #553F14

Tints of Madras #553F14

Color information

#553F14 (or 0x553F14) is unknown color: approx Madras. HEX triplet: 55, 3F and 14. RGB value is (85,63,20). Sum of RGB (Red+Green+Blue) = 85+63+20=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #553F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F14 is #AAC0EB. Grayscale: #404040. Windows color (decimal): -11190508 or 1326933. OLE color: 1326933.

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

Color convert

RGB856320-
CMYK00.260.760.67
HSL39.69º61.9%20.59%-
HSV(B)39.69º76.47%33.33%-
XYZ5.655.541.43-
YUV64.68102.79142.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=50.60%
G=37.5%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85632000.260.760.6739.6961.920.59
Hex553F1401A4C43283e15
Octal1257724032114103507625
Binary1010101111111101000110101001100100001110100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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