#55423A

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

Shades of Paco #55423A

Tints of Paco #55423A

Color information

#55423A (or 0x55423A) is unknown color: approx Paco. HEX triplet: 55, 42 and 3A. RGB value is (85,66,58). Sum of RGB (Red+Green+Blue) = 85+66+58=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423A is #AABDC5. Grayscale: #464646. Windows color (decimal): -11189702 or 3818069. OLE color: 3818069.

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

Color convert

RGB856658-
CMYK00.220.320.67
HSL17.78º18.88%28.04%-
HSV(B)17.78º31.76%33.33%-
XYZ6.466.134.85-
YUV70.77120.79138.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=40.67%
G=31.58%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665800.220.320.6717.7818.8828.04
Hex55423A016204312131c
Octal1251027202640103222334
Binary101010110000101110100101101000001000011100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55423A; }

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

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

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

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

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

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

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

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