#554238

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

Shades of Paco #554238

Tints of Paco #554238

Color information

#554238 (or 0x554238) is unknown color: approx Paco. HEX triplet: 55, 42 and 38. RGB value is (85,66,56). Sum of RGB (Red+Green+Blue) = 85+66+56=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554238 is #AABDC7. Grayscale: #464646. Windows color (decimal): -11189704 or 3686997. OLE color: 3686997.

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

Color convert

RGB856656-
CMYK00.220.340.67
HSL20.69º20.57%27.65%-
HSV(B)20.69º34.12%33.33%-
XYZ6.416.114.58-
YUV70.54119.79138.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=41.06%
G=31.88%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665600.220.340.6720.6920.5727.65
Hex554238016224315151c
Octal1251027002642103252534
Binary101010110000101110000101101000101000011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554238; }

 p { color: rgb(85,66,56); }

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

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

 a { background-color: rgb(85,66,56); }

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

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

 span { border-color: rgb(85,66,56); }

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