#553F31

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

Shades of Paco #553F31

Tints of Paco #553F31

Color information

#553F31 (or 0x553F31) is unknown color: approx Paco. HEX triplet: 55, 3F and 31. RGB value is (85,63,49). Sum of RGB (Red+Green+Blue) = 85+63+49=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F31 is #AAC0CE. Grayscale: #444444. Windows color (decimal): -11190479 or 3227477. OLE color: 3227477.

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

Color convert

RGB856349-
CMYK00.260.420.67
HSL23.33º26.87%26.27%-
HSV(B)23.33º42.35%33.33%-
XYZ6.085.713.69-
YUV67.98117.29140.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=43.15%
G=31.98%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85634900.260.420.6723.3326.8726.27
Hex553F3101A2A43171b1a
Octal125776103252103273332
Binary10101011111111100010110101010101000011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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