Html Css Color HEX #503930 Paco

📋 copy color: '#503930'

red 80 ◦ green 57 ◦ blue 48

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

Shades of Paco #503930

Tints of Paco #503930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.81%

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

R = 43.24%
G = 30.81%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#503930 (or 0x503930) is known color: Paco. HEX triplet: 50, 39 and 30. RGB value is (80,57,48). Sum of RGB (Red+Green+Blue) = 80+57+48=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503930 is #AFC6CF. Grayscale: #3E3E3E. Windows color (decimal): -11519696 or 3160400. OLE color: 3160400.

HSL color Cylindrical-coordinate representation of color #503930: hue angle of 16.88º 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 #503930 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 48 -
CMYK 0 0.29 0.40 0.69
HSL 16.88º 0.25% 0.25% -
HSV(B) 16.88º 0.4% 0.31% -
XYZ 5.3 4.85 3.45 -
YUV 62.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 80 57 48 0 0.29 0.40 0.69 16.88 0.25 0.25
Hex 50 39 30 0 1D 28 45 11 19 19
Octal 120 71 60 0 35 50 105 21 31 31
Binary 1010000 111001 110000 0 11101 101000 1000101 10001 11001 11001

Color Harmonies of #503930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503930

Black with #503930

Text Example


Text Example

White with #503930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503930; }

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

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

background-color css

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

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

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

border-color css

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

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

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