#553F06

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

Shades of Madras #553F06

Tints of Madras #553F06

Color information

#553F06 (or 0x553F06) is unknown color: approx Madras. HEX triplet: 55, 3F and 06. RGB value is (85,63,6). Sum of RGB (Red+Green+Blue) = 85+63+6=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #553F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F06 is #AAC0F9. Grayscale: #3F3F3F. Windows color (decimal): -11190522 or 409429. OLE color: 409429.

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

Color convert

RGB85636-
CMYK00.260.930.67
HSL43.29º86.81%17.84%-
HSV(B)43.29º92.94%33.33%-
XYZ5.565.50.94-
YUV63.0895.79143.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=55.19%
G=40.91%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563600.260.930.6743.2986.8117.84
Hex553F601A5D432b5712
Octal1257760321351035312722
Binary101010111111111001101010111011000011101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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