#504545

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

Shades of Woody Brown #504545

Tints of Woody Brown #504545

Color information

#504545 (or 0x504545) is unknown color: approx Woody Brown. HEX triplet: 50, 45 and 45. RGB value is (80,69,69). Sum of RGB (Red+Green+Blue) = 80+69+69=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504545 is #AFBABA. Grayscale: #484848. Windows color (decimal): -11516603 or 4539728. OLE color: 4539728.

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

Color convert

RGB806969-
CMYK00.140.140.69
HSL7.38%29.22%-
HSV(B)13.75%31.37%-
XYZ6.516.396.52-
YUV72.29126.14133.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=36.70%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80696900.140.140.6907.3829.22
Hex5045450EE45071d
Octal120105105016161050735
Binary1010000100010110001010111011101000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504545; }

 p { color: rgb(80,69,69); }

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

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

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

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

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

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

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