#55443C

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

Shades of Paco #55443C

Tints of Paco #55443C

Color information

#55443C (or 0x55443C) is unknown color: approx Paco. HEX triplet: 55, 44 and 3C. RGB value is (85,68,60). Sum of RGB (Red+Green+Blue) = 85+68+60=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443C is #AABBC3. Grayscale: #484848. Windows color (decimal): -11189188 or 3949653. OLE color: 3949653.

HSL color Cylindrical-coordinate representation of color #55443C: hue angle of 19.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55443C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB856860-
CMYK00.200.290.67
HSL19.2º17.24%28.43%-
HSV(B)19.2º29.41%33.33%-
XYZ6.636.395.16-
YUV72.17121.13137.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=39.91%
G=31.92%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85686000.200.290.6719.217.2428.43
Hex55443C0141D4313111c
Octal1251047402435103232134
Binary10101011000100111100010100111011000011100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55443C; }

 p { color: rgb(85,68,60); }

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

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

 a { background-color: rgb(85,68,60); }

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

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

 span { border-color: rgb(85,68,60); }

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