Html Css Color HEX #513D2F Paco

📋 copy color: '#513D2F'

red 81 ◦ green 61 ◦ blue 47

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

Shades of Paco #513D2F

Tints of Paco #513D2F

RGB

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

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

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

R = 42.86%
G = 32.28%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#513D2F (or 0x513D2F) is known color: Paco. HEX triplet: 51, 3D and 2F. RGB value is (81,61,47). Sum of RGB (Red+Green+Blue) = 81+61+47=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2F is #AEC2D0. Grayscale: #414141. Windows color (decimal): -11453137 or 3095889. OLE color: 3095889.

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

Color convert

RGB 81 61 47 -
CMYK 0 0.25 0.42 0.68
HSL 24.71º 0.27% 0.25% -
HSV(B) 24.71º 0.42% 0.32% -
XYZ 5.58 5.29 3.42 -
YUV 65.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 81 61 47 0 0.25 0.42 0.68 24.71 0.27 0.25
Hex 51 3D 2F 0 19 2A 44 19 1B 19
Octal 121 75 57 0 31 52 104 31 33 31
Binary 1010001 111101 101111 0 11001 101010 1000100 11001 11011 11001

Color Harmonies of #513D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D2F

Black with #513D2F

Text Example


Text Example

White with #513D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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