#553E12

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

Shades of Madras #553E12

Tints of Madras #553E12

Color information

#553E12 (or 0x553E12) is unknown color: approx Madras. HEX triplet: 55, 3E and 12. RGB value is (85,62,18). Sum of RGB (Red+Green+Blue) = 85+62+18=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E12 is #AAC1ED. Grayscale: #404040. Windows color (decimal): -11190766 or 1195605. OLE color: 1195605.

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

Color convert

RGB856218-
CMYK00.270.790.67
HSL39.4º65.05%20.2%-
HSV(B)39.4º78.82%33.33%-
XYZ5.585.421.32-
YUV63.86102.12143.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 62 (24.61% from 255) = 37.58%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=51.52%
G=37.58%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85621800.270.790.6739.465.0520.2
Hex553E1201B4F43274114
Octal12576220331171034710124
Binary10101011111101001001101110011111000011100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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