Html Css Color HEX #523F38 Paco

📋 copy color: '#523F38'

red 82 ◦ green 63 ◦ blue 56

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

Shades of Paco #523F38

Tints of Paco #523F38

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

 BLUE value IS 56 (22.27% from 255) = 27.86%

R = 40.8%
G = 31.34%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#523F38 (or 0x523F38) is known color: Paco. HEX triplet: 52, 3F and 38. RGB value is (82,63,56). Sum of RGB (Red+Green+Blue) = 82+63+56=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F38 is #ADC0C7. Grayscale: #434343. Windows color (decimal): -11387080 or 3686226. OLE color: 3686226.

HSL color Cylindrical-coordinate representation of color #523F38: hue angle of 16.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #523F38 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 63 56 -
CMYK 0 0.23 0.32 0.68
HSL 16.15º 0.19% 0.27% -
HSV(B) 16.15º 0.32% 0.32% -
XYZ 5.97 5.63 4.51 -
YUV 67.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 82 63 56 0 0.23 0.32 0.68 16.15 0.19 0.27
Hex 52 3F 38 0 17 20 44 10 13 1B
Octal 122 77 70 0 27 40 104 20 23 33
Binary 1010010 111111 111000 0 10111 100000 1000100 10000 10011 11011

Color Harmonies of #523F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F38

Black with #523F38

Text Example


Text Example

White with #523F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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