#554034

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

Shades of Paco #554034

Tints of Paco #554034

Color information

#554034 (or 0x554034) is unknown color: approx Paco. HEX triplet: 55, 40 and 34. RGB value is (85,64,52). Sum of RGB (Red+Green+Blue) = 85+64+52=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554034 is #AABFCB. Grayscale: #444444. Windows color (decimal): -11190220 or 3424341. OLE color: 3424341.

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

Color convert

RGB856452-
CMYK00.250.390.67
HSL21.82º24.09%26.86%-
HSV(B)21.82º38.82%33.33%-
XYZ6.25.854.05-
YUV68.91118.46139.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=42.29%
G=31.84%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85645200.250.390.6721.8224.0926.86
Hex554034019274316181b
Octal1251006403147103263033
Binary101010110000001101000110011001111000011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554034; }

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

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

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

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

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

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

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

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