#504745

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

Shades of Crater Brown #504745

Tints of Crater Brown #504745

Color information

#504745 (or 0x504745) is unknown color: approx Crater Brown. HEX triplet: 50, 47 and 45. RGB value is (80,71,69). Sum of RGB (Red+Green+Blue) = 80+71+69=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504745 is #AFB8BA. Grayscale: #494949. Windows color (decimal): -11516091 or 4540240. OLE color: 4540240.

HSL color Cylindrical-coordinate representation of color #504745: hue angle of 10.91º 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 #504745 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB807169-
CMYK00.110.140.69
HSL10.91º7.38%29.22%-
HSV(B)10.91º13.75%31.37%-
XYZ6.646.646.56-
YUV73.46125.48132.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=36.36%
G=32.27%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80716900.110.140.6910.917.3829.22
Hex5047450BE45b71d
Octal1201071050131610513735
Binary1010000100011110001010101111101000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504745; }

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

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

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

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

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

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

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

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