Html Css Color HEX #523D33 Paco

📋 copy color: '#523D33'

red 82 ◦ green 61 ◦ blue 51

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

Shades of Paco #523D33

Tints of Paco #523D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 42.27%
G = 31.44%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#523D33 (or 0x523D33) is known color: Paco. HEX triplet: 52, 3D and 33. RGB value is (82,61,51). Sum of RGB (Red+Green+Blue) = 82+61+51=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #523D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D33 is #ADC2CC. Grayscale: #424242. Windows color (decimal): -11387597 or 3358034. OLE color: 3358034.

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

Color convert

RGB 82 61 51 -
CMYK 0 0.26 0.38 0.68
HSL 19.35º 0.23% 0.26% -
HSV(B) 19.35º 0.38% 0.32% -
XYZ 5.75 5.37 3.87 -
YUV 66.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 82 61 51 0 0.26 0.38 0.68 19.35 0.23 0.26
Hex 52 3D 33 0 1A 26 44 13 17 1A
Octal 122 75 63 0 32 46 104 23 27 32
Binary 1010010 111101 110011 0 11010 100110 1000100 10011 10111 11010

Color Harmonies of #523D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D33

Black with #523D33

Text Example


Text Example

White with #523D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,51); }

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

background-color css

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

 a { background-color: rgb(82,61,51); }

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

border-color css

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

 span { border-color: rgb(82,61,51); }

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