#52443F

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

Shades of Paco #52443F

Tints of Paco #52443F

Color information

#52443F (or 0x52443F) is unknown color: approx Paco. HEX triplet: 52, 44 and 3F. RGB value is (82,68,63). Sum of RGB (Red+Green+Blue) = 82+68+63=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52443F is #ADBBC0. Grayscale: #474747. Windows color (decimal): -11385793 or 4146258. OLE color: 4146258.

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

Color convert

RGB826863-
CMYK00.170.230.68
HSL15.79º13.1%28.43%-
HSV(B)15.79º23.17%32.16%-
XYZ6.446.295.58-
YUV71.62123.14135.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 63 (25% from 255) = 29.58%
R=38.50%
G=31.92%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82686300.170.230.6815.7913.128.43
Hex52443F011174410d1c
Octal1221047702127104201534
Binary1010010100010011111101000110111100010010000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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