#503E39

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

Shades of Crater Brown #503E39

Tints of Crater Brown #503E39

Color information

#503E39 (or 0x503E39) is unknown color: approx Crater Brown. HEX triplet: 50, 3E and 39. RGB value is (80,62,57). Sum of RGB (Red+Green+Blue) = 80+62+57=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E39 is #AFC1C6. Grayscale: #424242. Windows color (decimal): -11518407 or 3751504. OLE color: 3751504.

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

Color convert

RGB806257-
CMYK00.220.290.69
HSL13.04º16.79%26.86%-
HSV(B)13.04º28.75%31.37%-
XYZ5.775.454.62-
YUV66.81122.46137.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 57 (22.66% from 255) = 28.64%
R=40.20%
G=31.16%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80625700.220.290.6913.0416.7926.86
Hex503E390161D45d111b
Octal120767102635105152133
Binary101000011111011100101011011101100010111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,62,57); }

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

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

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

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

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

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

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