#55433A

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

Shades of Paco #55433A

Tints of Paco #55433A

Color information

#55433A (or 0x55433A) is unknown color: approx Paco. HEX triplet: 55, 43 and 3A. RGB value is (85,67,58). Sum of RGB (Red+Green+Blue) = 85+67+58=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55433A is #AABCC5. Grayscale: #474747. Windows color (decimal): -11189446 or 3818325. OLE color: 3818325.

HSL color Cylindrical-coordinate representation of color #55433A: hue angle of 20º 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 #55433A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB856758-
CMYK00.210.320.67
HSL20º18.88%28.04%-
HSV(B)20º31.76%33.33%-
XYZ6.526.254.87-
YUV71.36120.46137.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=40.48%
G=31.90%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85675800.210.320.672018.8828.04
Hex55433A015204314131c
Octal1251037202540103242334
Binary101010110000111110100101011000001000011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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