Html Css Color HEX #513C32 Paco

📋 copy color: '#513C32'

red 81 ◦ green 60 ◦ blue 50

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

Shades of Paco #513C32

Tints of Paco #513C32

RGB

 RED value IS 81 (32.03% from 255) = 42.41%

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 42.41%
G = 31.41%
B = 26.18%

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

#513C32 (or 0x513C32) is known color: Paco. HEX triplet: 51, 3C and 32. RGB value is (81,60,50). Sum of RGB (Red+Green+Blue) = 81+60+50=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #513C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C32 is #AEC3CD. Grayscale: #414141. Windows color (decimal): -11453390 or 3292241. OLE color: 3292241.

HSL color Cylindrical-coordinate representation of color #513C32: hue angle of 19.35º degrees, saturation: 0.24, 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 #513C32 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 50 -
CMYK 0 0.26 0.38 0.68
HSL 19.35º 0.24% 0.26% -
HSV(B) 19.35º 0.38% 0.32% -
XYZ 5.58 5.21 3.73 -
YUV 65.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 81 60 50 0 0.26 0.38 0.68 19.35 0.24 0.26
Hex 51 3C 32 0 1A 26 44 13 18 1A
Octal 121 74 62 0 32 46 104 23 30 32
Binary 1010001 111100 110010 0 11010 100110 1000100 10011 11000 11010

Color Harmonies of #513C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C32

Black with #513C32

Text Example


Text Example

White with #513C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C32; }

 p { color: rgb(81,60,50); }

 H1.HeaderClassName
 {
   color: #513C32;
 }
 .AnyTagClassName
 {
   color: #513C32;
 }
</style>

background-color css

<style>
 a { background-color: #513C32; }

 a { background-color: rgb(81,60,50); }

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

border-color css

<style>
 span { border-color: #513C32; }

 span { border-color: rgb(81,60,50); }

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