Html Css Color HEX #503D34 Paco

📋 copy color: '#503D34'

red 80 ◦ green 61 ◦ blue 52

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

Shades of Paco #503D34

Tints of Paco #503D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 41.45%
G = 31.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#503D34 (or 0x503D34) is known color: Paco. HEX triplet: 50, 3D and 34. RGB value is (80,61,52). Sum of RGB (Red+Green+Blue) = 80+61+52=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D34 is #AFC2CB. Grayscale: #414141. Windows color (decimal): -11518668 or 3423568. OLE color: 3423568.

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

Color convert

RGB 80 61 52 -
CMYK 0 0.24 0.35 0.69
HSL 19.29º 0.21% 0.26% -
HSV(B) 19.29º 0.35% 0.31% -
XYZ 5.6 5.29 3.98 -
YUV 65.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 80 61 52 0 0.24 0.35 0.69 19.29 0.21 0.26
Hex 50 3D 34 0 18 23 45 13 15 1A
Octal 120 75 64 0 30 43 105 23 25 32
Binary 1010000 111101 110100 0 11000 100011 1000101 10011 10101 11010

Color Harmonies of #503D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D34

Black with #503D34

Text Example


Text Example

White with #503D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,52); }

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

background-color css

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

 a { background-color: rgb(80,61,52); }

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

border-color css

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

 span { border-color: rgb(80,61,52); }

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