Html Css Color HEX #503B31 Paco

📋 copy color: '#503B31'

red 80 ◦ green 59 ◦ blue 49

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

Shades of Paco #503B31

Tints of Paco #503B31

RGB

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

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

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

R = 42.55%
G = 31.38%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#503B31 (or 0x503B31) is known color: Paco. HEX triplet: 50, 3B and 31. RGB value is (80,59,49). Sum of RGB (Red+Green+Blue) = 80+59+49=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B31 is #AFC4CE. Grayscale: #404040. Windows color (decimal): -11519183 or 3226448. OLE color: 3226448.

HSL color Cylindrical-coordinate representation of color #503B31: hue angle of 19.35º 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 #503B31 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 59 49 -
CMYK 0 0.26 0.39 0.69
HSL 19.35º 0.24% 0.25% -
HSV(B) 19.35º 0.39% 0.31% -
XYZ 5.43 5.06 3.6 -
YUV 64.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 80 59 49 0 0.26 0.39 0.69 19.35 0.24 0.25
Hex 50 3B 31 0 1A 27 45 13 18 19
Octal 120 73 61 0 32 47 105 23 30 31
Binary 1010000 111011 110001 0 11010 100111 1000101 10011 11000 11001

Color Harmonies of #503B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B31

Black with #503B31

Text Example


Text Example

White with #503B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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