#504543

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

Shades of Crater Brown #504543

Tints of Crater Brown #504543

Color information

#504543 (or 0x504543) is unknown color: approx Crater Brown. HEX triplet: 50, 45 and 43. RGB value is (80,69,67). Sum of RGB (Red+Green+Blue) = 80+69+67=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504543 is #AFBABC. Grayscale: #484848. Windows color (decimal): -11516605 or 4408656. OLE color: 4408656.

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

Color convert

RGB806967-
CMYK00.140.160.69
HSL9.23º8.84%28.82%-
HSV(B)9.23º16.25%31.37%-
XYZ6.456.376.2-
YUV72.06125.14133.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=37.04%
G=31.94%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80696700.140.160.699.238.8428.82
Hex5045430E1045991d
Octal12010510301620105111135
Binary101000010001011000011011101000010001011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504543; }

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

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

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

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

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

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

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

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