Html Css Color HEX #504035 Paco

📋 copy color: '#504035'

red 80 ◦ green 64 ◦ blue 53

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

Shades of Paco #504035

Tints of Paco #504035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 40.61%
G = 32.49%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#504035 (or 0x504035) is known color: Paco. HEX triplet: 50, 40 and 35. RGB value is (80,64,53). Sum of RGB (Red+Green+Blue) = 80+64+53=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504035 is #AFBFCA. Grayscale: #434343. Windows color (decimal): -11517899 or 3489872. OLE color: 3489872.

HSL color Cylindrical-coordinate representation of color #504035: hue angle of 24.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504035 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 53 -
CMYK 0 0.20 0.34 0.69
HSL 24.44º 0.2% 0.26% -
HSV(B) 24.44º 0.34% 0.31% -
XYZ 5.78 5.63 4.15 -
YUV 67.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 80 64 53 0 0.20 0.34 0.69 24.44 0.2 0.26
Hex 50 40 35 0 14 22 45 18 14 1A
Octal 120 100 65 0 24 42 105 30 24 32
Binary 1010000 1000000 110101 0 10100 100010 1000101 11000 10100 11010

Color Harmonies of #504035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504035

Black with #504035

Text Example


Text Example

White with #504035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504035; }

 p { color: rgb(80,64,53); }

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

background-color css

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

 a { background-color: rgb(80,64,53); }

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

border-color css

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

 span { border-color: rgb(80,64,53); }

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