#504443

Color #504443 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #504443

Tints of Woody Brown #504443

Color information

#504443 (or 0x504443) is unknown color: approx Woody Brown. HEX triplet: 50, 44 and 43. RGB value is (80,68,67). Sum of RGB (Red+Green+Blue) = 80+68+67=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504443 is #AFBBBC. Grayscale: #474747. Windows color (decimal): -11516861 or 4408400. OLE color: 4408400.

HSL color Cylindrical-coordinate representation of color #504443: hue angle of 4.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504443 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB806867-
CMYK00.150.160.69
HSL4.62º8.84%28.82%-
HSV(B)4.62º16.25%31.37%-
XYZ6.396.246.18-
YUV71.47125.48134.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=37.21%
G=31.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80686700.150.160.694.628.8428.82
Hex5044430F1045591d
Octal1201041030172010551135
Binary10100001000100100001101111100001000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504443; }

 p { color: rgb(80,68,67); }

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

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

 a { background-color: rgb(80,68,67); }

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

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

 span { border-color: rgb(80,68,67); }

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