#553F32

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

Shades of Paco #553F32

Tints of Paco #553F32

Color information

#553F32 (or 0x553F32) is unknown color: approx Paco. HEX triplet: 55, 3F and 32. RGB value is (85,63,50). Sum of RGB (Red+Green+Blue) = 85+63+50=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F32 is #AAC0CD. Grayscale: #444444. Windows color (decimal): -11190478 or 3293013. OLE color: 3293013.

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

Color convert

RGB856350-
CMYK00.260.410.67
HSL22.29º25.93%26.47%-
HSV(B)22.29º41.18%33.33%-
XYZ6.15.723.8-
YUV68.1117.79140.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=42.93%
G=31.82%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85635000.260.410.6722.2925.9326.47
Hex553F3201A2943161a1a
Octal125776203251103263232
Binary10101011111111100100110101010011000011101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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