#503C2F

Color #503C2F Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #503C2F

Tints of Paco #503C2F

Color information

#503C2F (or 0x503C2F) is unknown color: approx Paco. HEX triplet: 50, 3C and 2F. RGB value is (80,60,47). Sum of RGB (Red+Green+Blue) = 80+60+47=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2F is #AFC3D0. Grayscale: #404040. Windows color (decimal): -11518929 or 3095632. OLE color: 3095632.

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

Color convert

RGB806047-
CMYK00.250.410.69
HSL23.64º25.98%24.9%-
HSV(B)23.64º41.25%31.37%-
XYZ5.445.143.4-
YUV64.5118.13139.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=42.78%
G=32.09%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80604700.250.410.6923.6425.9824.9
Hex503C2F0192945181a19
Octal120745703151105303231
Binary10100001111001011110110011010011000101110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #503C2F;
 }
 .AnyTagClassName
 {
   color: #503C2F;
 }
</style>
background-color css

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

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

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

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

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

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