Html Css Color HEX #52443B Paco

📋 copy color: '#52443B'

red 82 ◦ green 68 ◦ blue 59

#52443B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paco #52443B

Tints of Paco #52443B

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 value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52443B (or 0x52443B) is known color: 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

RGB 82 68 59 -
CMYK 0 0.17 0.28 0.68
HSL 23.48º 0.16% 0.28% -
HSV(B) 23.48º 0.28% 0.32% -
XYZ 6.34 6.24 5.01 -
YUV 71.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 82 68 59 0 0.17 0.28 0.68 23.48 0.16 0.28
Hex 52 44 3B 0 11 1C 44 17 10 1C
Octal 122 104 73 0 21 34 104 27 20 34
Binary 1010010 1000100 111011 0 10001 11100 1000100 10111 10000 11100

Color Harmonies of #52443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52443B

Black with #52443B

Text Example


Text Example

White with #52443B

Text Example


Text Example

HTML Codes & Css Web 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>