#553D0F

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

Shades of Madras #553D0F

Tints of Madras #553D0F

Color information

#553D0F (or 0x553D0F) is unknown color: approx Madras. HEX triplet: 55, 3D and 0F. RGB value is (85,61,15). Sum of RGB (Red+Green+Blue) = 85+61+15=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D0F is #AAC2F0. Grayscale: #3F3F3F. Windows color (decimal): -11191025 or 998741. OLE color: 998741.

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

Color convert

RGB856115-
CMYK00.280.820.67
HSL39.43º70%19.61%-
HSV(B)39.43º82.35%33.33%-
XYZ5.55.31.19-
YUV62.93100.95143.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=52.80%
G=37.89%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85611500.280.820.6739.437019.61
Hex553DF01C5243274614
Octal12575170341221034710624
Binary1010101111101111101110010100101000011100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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