Html Css Color HEX #513F35 Paco

📋 copy color: '#513F35'

red 81 ◦ green 63 ◦ blue 53

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

Shades of Paco #513F35

Tints of Paco #513F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 41.12%
G = 31.98%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#513F35 (or 0x513F35) is known color: Paco. HEX triplet: 51, 3F and 35. RGB value is (81,63,53). Sum of RGB (Red+Green+Blue) = 81+63+53=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F35 is #AEC0CA. Grayscale: #434343. Windows color (decimal): -11452619 or 3489617. OLE color: 3489617.

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

Color convert

RGB 81 63 53 -
CMYK 0 0.22 0.35 0.68
HSL 21.43º 0.21% 0.26% -
HSV(B) 21.43º 0.35% 0.32% -
XYZ 5.81 5.56 4.14 -
YUV 67.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 81 63 53 0 0.22 0.35 0.68 21.43 0.21 0.26
Hex 51 3F 35 0 16 23 44 15 15 1A
Octal 121 77 65 0 26 43 104 25 25 32
Binary 1010001 111111 110101 0 10110 100011 1000100 10101 10101 11010

Color Harmonies of #513F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F35

Black with #513F35

Text Example


Text Example

White with #513F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,53); }

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

background-color css

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

 a { background-color: rgb(81,63,53); }

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

border-color css

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

 span { border-color: rgb(81,63,53); }

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