Html Css Color HEX #513B2F Paco

📋 copy color: '#513B2F'

red 81 ◦ green 59 ◦ blue 47

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

Shades of Paco #513B2F

Tints of Paco #513B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 43.32%
G = 31.55%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#513B2F (or 0x513B2F) is known color: Paco. HEX triplet: 51, 3B and 2F. RGB value is (81,59,47). Sum of RGB (Red+Green+Blue) = 81+59+47=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B2F is #AEC4D0. Grayscale: #404040. Windows color (decimal): -11453649 or 3095377. OLE color: 3095377.

HSL color Cylindrical-coordinate representation of color #513B2F: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513B2F is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 47 -
CMYK 0 0.27 0.42 0.68
HSL 21.18º 0.27% 0.25% -
HSV(B) 21.18º 0.42% 0.32% -
XYZ 5.47 5.08 3.38 -
YUV 64.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 81 59 47 0 0.27 0.42 0.68 21.18 0.27 0.25
Hex 51 3B 2F 0 1B 2A 44 15 1B 19
Octal 121 73 57 0 33 52 104 25 33 31
Binary 1010001 111011 101111 0 11011 101010 1000100 10101 11011 11001

Color Harmonies of #513B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B2F

Black with #513B2F

Text Example


Text Example

White with #513B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,47); }

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

background-color css

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

 a { background-color: rgb(81,59,47); }

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

border-color css

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

 span { border-color: rgb(81,59,47); }

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