#554036

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

Shades of Paco #554036

Tints of Paco #554036

Color information

#554036 (or 0x554036) is unknown color: approx Paco. HEX triplet: 55, 40 and 36. RGB value is (85,64,54). Sum of RGB (Red+Green+Blue) = 85+64+54=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554036 is #AABFC9. Grayscale: #454545. Windows color (decimal): -11190218 or 3555413. OLE color: 3555413.

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

Color convert

RGB856454-
CMYK00.250.360.67
HSL19.35º22.3%27.25%-
HSV(B)19.35º36.47%33.33%-
XYZ6.255.864.29-
YUV69.14119.46139.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=41.87%
G=31.53%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85645400.250.360.6719.3522.327.25
Hex554036019244313161b
Octal1251006603144103232633
Binary101010110000001101100110011001001000011100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554036; }

 p { color: rgb(85,64,54); }

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

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

 a { background-color: rgb(85,64,54); }

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

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

 span { border-color: rgb(85,64,54); }

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