#553F33

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

Shades of Paco #553F33

Tints of Paco #553F33

Color information

#553F33 (or 0x553F33) is unknown color: approx Paco. HEX triplet: 55, 3F and 33. RGB value is (85,63,51). Sum of RGB (Red+Green+Blue) = 85+63+51=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F33 is #AAC0CC. Grayscale: #444444. Windows color (decimal): -11190477 or 3358549. OLE color: 3358549.

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

Color convert

RGB856351-
CMYK00.260.400.67
HSL21.18º25%26.67%-
HSV(B)21.18º40%33.33%-
XYZ6.125.733.91-
YUV68.21118.29139.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=42.71%
G=31.66%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85635100.260.400.6721.182526.67
Hex553F3301A284315191b
Octal125776303250103253133
Binary10101011111111100110110101010001000011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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