#52443B

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

Shades of Paco #52443B

Tints of Paco #52443B

Color information

#52443B (or 0x52443B) is unknown color: approx Paco. HEX triplet: 52, 44 and 3B. RGB value is (82,68,59). Sum of RGB (Red+Green+Blue) = 82+68+59=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52443B is #ADBBC4. Grayscale: #474747. Windows color (decimal): -11385797 or 3884114. OLE color: 3884114.

HSL color Cylindrical-coordinate representation of color #52443B: hue angle of 23.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52443B is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB826859-
CMYK00.170.280.68
HSL23.48º16.31%27.65%-
HSV(B)23.48º28.05%32.16%-
XYZ6.346.245.01-
YUV71.16121.14135.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=39.23%
G=32.54%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82685900.170.280.6823.4816.3127.65
Hex52443B0111C4417101c
Octal1221047302134104272034
Binary10100101000100111011010001111001000100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52443B; }

 p { color: rgb(82,68,59); }

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

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

 a { background-color: rgb(82,68,59); }

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

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

 span { border-color: rgb(82,68,59); }

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