#553E0F

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

Shades of Madras #553E0F

Tints of Madras #553E0F

Color information

#553E0F (or 0x553E0F) is unknown color: approx Madras. HEX triplet: 55, 3E and 0F. RGB value is (85,62,15). Sum of RGB (Red+Green+Blue) = 85+62+15=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E0F is #AAC1F0. Grayscale: #3F3F3F. Windows color (decimal): -11190769 or 998997. OLE color: 998997.

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

Color convert

RGB856215-
CMYK00.270.820.67
HSL40.29º70%19.61%-
HSV(B)40.29º82.35%33.33%-
XYZ5.565.411.2-
YUV63.52100.62143.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=52.47%
G=38.27%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85621500.270.820.6740.297019.61
Hex553EF01B5243284614
Octal12576170331221035010624
Binary1010101111110111101101110100101000011101000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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