Html Css Color HEX #503D30 Paco

📋 copy color: '#503D30'

red 80 ◦ green 61 ◦ blue 48

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

Shades of Paco #503D30

Tints of Paco #503D30

RGB

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

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

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

R = 42.33%
G = 32.28%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#503D30 (or 0x503D30) is known color: Paco. HEX triplet: 50, 3D and 30. RGB value is (80,61,48). Sum of RGB (Red+Green+Blue) = 80+61+48=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D30 is #AFC2CF. Grayscale: #414141. Windows color (decimal): -11518672 or 3161424. OLE color: 3161424.

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

Color convert

RGB 80 61 48 -
CMYK 0 0.24 0.40 0.69
HSL 24.38º 0.25% 0.25% -
HSV(B) 24.38º 0.4% 0.31% -
XYZ 5.51 5.26 3.52 -
YUV 65.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 80 61 48 0 0.24 0.40 0.69 24.38 0.25 0.25
Hex 50 3D 30 0 18 28 45 18 19 19
Octal 120 75 60 0 30 50 105 30 31 31
Binary 1010000 111101 110000 0 11000 101000 1000101 11000 11001 11001

Color Harmonies of #503D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D30

Black with #503D30

Text Example


Text Example

White with #503D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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