#553F08

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

Shades of Madras #553F08

Tints of Madras #553F08

Color information

#553F08 (or 0x553F08) is unknown color: approx Madras. HEX triplet: 55, 3F and 08. RGB value is (85,63,8). Sum of RGB (Red+Green+Blue) = 85+63+8=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F08 is #AAC0F7. Grayscale: #3F3F3F. Windows color (decimal): -11190520 or 540501. OLE color: 540501.

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

Color convert

RGB85638-
CMYK00.260.910.67
HSL42.86º82.8%18.24%-
HSV(B)42.86º90.59%33.33%-
XYZ5.575.51-
YUV63.3196.79143.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=54.49%
G=40.38%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563800.260.910.6742.8682.818.24
Hex553F801A5B432b5312
Octal12577100321331035312322
Binary1010101111111100001101010110111000011101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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