Html Css Color HEX #503C30 Paco

📋 copy color: '#503C30'

red 80 ◦ green 60 ◦ blue 48

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

Shades of Paco #503C30

Tints of Paco #503C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

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

R = 42.55%
G = 31.91%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#503C30 (or 0x503C30) is known color: Paco. HEX triplet: 50, 3C and 30. RGB value is (80,60,48). Sum of RGB (Red+Green+Blue) = 80+60+48=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C30 is #AFC3CF. Grayscale: #404040. Windows color (decimal): -11518928 or 3161168. OLE color: 3161168.

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

Color convert

RGB 80 60 48 -
CMYK 0 0.25 0.40 0.69
HSL 22.5º 0.25% 0.25% -
HSV(B) 22.5º 0.4% 0.31% -
XYZ 5.46 5.15 3.5 -
YUV 64.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 80 60 48 0 0.25 0.40 0.69 22.5 0.25 0.25
Hex 50 3C 30 0 19 28 45 16 19 19
Octal 120 74 60 0 31 50 105 26 31 31
Binary 1010000 111100 110000 0 11001 101000 1000101 10110 11001 11001

Color Harmonies of #503C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C30

Black with #503C30

Text Example


Text Example

White with #503C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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