Html Css Color HEX #503A31 Paco

📋 copy color: '#503A31'

red 80 ◦ green 58 ◦ blue 49

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

Shades of Paco #503A31

Tints of Paco #503A31

RGB

 RED value IS 80 (31.64% from 255) = 42.78%

 GREEN value IS 58 (23.05% from 255) = 31.02%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 42.78%
G = 31.02%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#503A31 (or 0x503A31) is known color: Paco. HEX triplet: 50, 3A and 31. RGB value is (80,58,49). Sum of RGB (Red+Green+Blue) = 80+58+49=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A31 is #AFC5CE. Grayscale: #3F3F3F. Windows color (decimal): -11519439 or 3226192. OLE color: 3226192.

HSL color Cylindrical-coordinate representation of color #503A31: hue angle of 17.42º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503A31 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 58 49 -
CMYK 0 0.28 0.39 0.69
HSL 17.42º 0.24% 0.25% -
HSV(B) 17.42º 0.39% 0.31% -
XYZ 5.38 4.95 3.58 -
YUV 63.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 80 58 49 0 0.28 0.39 0.69 17.42 0.24 0.25
Hex 50 3A 31 0 1C 27 45 11 18 19
Octal 120 72 61 0 34 47 105 21 30 31
Binary 1010000 111010 110001 0 11100 100111 1000101 10001 11000 11001

Color Harmonies of #503A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A31

Black with #503A31

Text Example


Text Example

White with #503A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503A31; }

 p { color: rgb(80,58,49); }

 H1.HeaderClassName
 {
   color: #503A31;
 }
 .AnyTagClassName
 {
   color: #503A31;
 }
</style>

background-color css

<style>
 a { background-color: #503A31; }

 a { background-color: rgb(80,58,49); }

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

border-color css

<style>
 span { border-color: #503A31; }

 span { border-color: rgb(80,58,49); }

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