Html Css Color HEX #52463F Paco

📋 copy color: '#52463F'

red 82 ◦ green 70 ◦ blue 63

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

Shades of Paco #52463F

Tints of Paco #52463F

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 63 (25% from 255) = 29.3%

R = 38.14%
G = 32.56%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52463F (or 0x52463F) is known color: Paco. HEX triplet: 52, 46 and 3F. RGB value is (82,70,63). Sum of RGB (Red+Green+Blue) = 82+70+63=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52463F is #ADB9C0. Grayscale: #484848. Windows color (decimal): -11385281 or 4146770. OLE color: 4146770.

HSL color Cylindrical-coordinate representation of color #52463F: hue angle of 22.11º 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 #52463F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 63 -
CMYK 0 0.15 0.23 0.68
HSL 22.11º 0.13% 0.28% -
HSV(B) 22.11º 0.23% 0.32% -
XYZ 6.57 6.53 5.62 -
YUV 72.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 82 70 63 0 0.15 0.23 0.68 22.11 0.13 0.28
Hex 52 46 3F 0 F 17 44 16 D 1C
Octal 122 106 77 0 17 27 104 26 15 34
Binary 1010010 1000110 111111 0 1111 10111 1000100 10110 1101 11100

Color Harmonies of #52463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52463F

Black with #52463F

Text Example


Text Example

White with #52463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52463F;
 }
 .AnyTagClassName
 {
   color: #52463F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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