Html Css Color HEX #513D35 Paco

📋 copy color: '#513D35'

red 81 ◦ green 61 ◦ blue 53

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

Shades of Paco #513D35

Tints of Paco #513D35

RGB

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

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

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

R = 41.54%
G = 31.28%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#513D35 (or 0x513D35) is known color: Paco. HEX triplet: 51, 3D and 35. RGB value is (81,61,53). Sum of RGB (Red+Green+Blue) = 81+61+53=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D35 is #AEC2CA. Grayscale: #424242. Windows color (decimal): -11453131 or 3489105. OLE color: 3489105.

HSL color Cylindrical-coordinate representation of color #513D35: hue angle of 17.14º 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 #513D35 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 53 -
CMYK 0 0.25 0.35 0.68
HSL 17.14º 0.21% 0.26% -
HSV(B) 17.14º 0.35% 0.32% -
XYZ 5.7 5.34 4.1 -
YUV 66.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 81 61 53 0 0.25 0.35 0.68 17.14 0.21 0.26
Hex 51 3D 35 0 19 23 44 11 15 1A
Octal 121 75 65 0 31 43 104 21 25 32
Binary 1010001 111101 110101 0 11001 100011 1000100 10001 10101 11010

Color Harmonies of #513D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D35

Black with #513D35

Text Example


Text Example

White with #513D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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