#553E14

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

Shades of Madras #553E14

Tints of Madras #553E14

Color information

#553E14 (or 0x553E14) is unknown color: approx Madras. HEX triplet: 55, 3E and 14. RGB value is (85,62,20). Sum of RGB (Red+Green+Blue) = 85+62+20=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #553E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E14 is #AAC1EB. Grayscale: #404040. Windows color (decimal): -11190764 or 1326677. OLE color: 1326677.

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

Color convert

RGB856220-
CMYK00.270.760.67
HSL38.77º61.9%20.59%-
HSV(B)38.77º76.47%33.33%-
XYZ5.65.431.41-
YUV64.09103.12142.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=50.90%
G=37.13%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85622000.270.760.6738.7761.920.59
Hex553E1401B4C43273e15
Octal1257624033114103477625
Binary1010101111110101000110111001100100001110011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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