#554136

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

Shades of Paco #554136

Tints of Paco #554136

Color information

#554136 (or 0x554136) is unknown color: approx Paco. HEX triplet: 55, 41 and 36. RGB value is (85,65,54). Sum of RGB (Red+Green+Blue) = 85+65+54=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554136 is #AABEC9. Grayscale: #454545. Windows color (decimal): -11189962 or 3555669. OLE color: 3555669.

HSL color Cylindrical-coordinate representation of color #554136: hue angle of 21.29º 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 #554136 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB856554-
CMYK00.240.360.67
HSL21.29º22.3%27.25%-
HSV(B)21.29º36.47%33.33%-
XYZ6.35.984.31-
YUV69.73119.13138.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=41.67%
G=31.86%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85655400.240.360.6721.2922.327.25
Hex554136018244315161b
Octal1251016603044103252633
Binary101010110000011101100110001001001000011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554136; }

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

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

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

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

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

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

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

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