Html Css Color HEX #523E34 Paco

📋 copy color: '#523E34'

red 82 ◦ green 62 ◦ blue 52

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

Shades of Paco #523E34

Tints of Paco #523E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.63%

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 41.84%
G = 31.63%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#523E34 (or 0x523E34) is known color: Paco. HEX triplet: 52, 3E and 34. RGB value is (82,62,52). Sum of RGB (Red+Green+Blue) = 82+62+52=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E34 is #ADC1CB. Grayscale: #424242. Windows color (decimal): -11387340 or 3423826. OLE color: 3423826.

HSL color Cylindrical-coordinate representation of color #523E34: hue angle of 20º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523E34 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 62 52 -
CMYK 0 0.24 0.37 0.68
HSL 20º 0.22% 0.26% -
HSV(B) 20º 0.37% 0.32% -
XYZ 5.82 5.49 4 -
YUV 66.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 82 62 52 0 0.24 0.37 0.68 20 0.22 0.26
Hex 52 3E 34 0 18 25 44 14 16 1A
Octal 122 76 64 0 30 45 104 24 26 32
Binary 1010010 111110 110100 0 11000 100101 1000100 10100 10110 11010

Color Harmonies of #523E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E34

Black with #523E34

Text Example


Text Example

White with #523E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523E34; }

 p { color: rgb(82,62,52); }

 H1.HeaderClassName
 {
   color: #523E34;
 }
 .AnyTagClassName
 {
   color: #523E34;
 }
</style>

background-color css

<style>
 a { background-color: #523E34; }

 a { background-color: rgb(82,62,52); }

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

border-color css

<style>
 span { border-color: #523E34; }

 span { border-color: rgb(82,62,52); }

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