Html Css Color HEX #513E30 Paco

📋 copy color: '#513E30'

red 81 ◦ green 62 ◦ blue 48

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

Shades of Paco #513E30

Tints of Paco #513E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.46%

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 42.41%
G = 32.46%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#513E30 (or 0x513E30) is known color: Paco. HEX triplet: 51, 3E and 30. RGB value is (81,62,48). Sum of RGB (Red+Green+Blue) = 81+62+48=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #513E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E30 is #AEC1CF. Grayscale: #424242. Windows color (decimal): -11452880 or 3161681. OLE color: 3161681.

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

Color convert

RGB 81 62 48 -
CMYK 0 0.23 0.41 0.68
HSL 25.45º 0.26% 0.25% -
HSV(B) 25.45º 0.41% 0.32% -
XYZ 5.65 5.41 3.54 -
YUV 66.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 81 62 48 0 0.23 0.41 0.68 25.45 0.26 0.25
Hex 51 3E 30 0 17 29 44 19 1A 19
Octal 121 76 60 0 27 51 104 31 32 31
Binary 1010001 111110 110000 0 10111 101001 1000100 11001 11010 11001

Color Harmonies of #513E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E30

Black with #513E30

Text Example


Text Example

White with #513E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,62,48); }

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

background-color css

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

 a { background-color: rgb(81,62,48); }

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

border-color css

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

 span { border-color: rgb(81,62,48); }

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