Html Css Color HEX #513C33 Paco

📋 copy color: '#513C33'

red 81 ◦ green 60 ◦ blue 51

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

Shades of Paco #513C33

Tints of Paco #513C33

RGB

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

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

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

R = 42.19%
G = 31.25%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#513C33 (or 0x513C33) is known color: Paco. HEX triplet: 51, 3C and 33. RGB value is (81,60,51). Sum of RGB (Red+Green+Blue) = 81+60+51=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #513C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C33 is #AEC3CC. Grayscale: #414141. Windows color (decimal): -11453389 or 3357777. OLE color: 3357777.

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

Color convert

RGB 81 60 51 -
CMYK 0 0.26 0.37 0.68
HSL 18º 0.23% 0.26% -
HSV(B) 18º 0.37% 0.32% -
XYZ 5.61 5.22 3.84 -
YUV 65.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 81 60 51 0 0.26 0.37 0.68 18 0.23 0.26
Hex 51 3C 33 0 1A 25 44 12 17 1A
Octal 121 74 63 0 32 45 104 22 27 32
Binary 1010001 111100 110011 0 11010 100101 1000100 10010 10111 11010

Color Harmonies of #513C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C33

Black with #513C33

Text Example


Text Example

White with #513C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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