#50403D

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

Shades of Crater Brown #50403D

Tints of Crater Brown #50403D

Color information

#50403D (or 0x50403D) is unknown color: approx Crater Brown. HEX triplet: 50, 40 and 3D. RGB value is (80,64,61). Sum of RGB (Red+Green+Blue) = 80+64+61=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50403D is #AFBFC2. Grayscale: #444444. Windows color (decimal): -11517891 or 4014160. OLE color: 4014160.

HSL color Cylindrical-coordinate representation of color #50403D: hue angle of 9.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50403D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB806461-
CMYK00.200.240.69
HSL9.47º13.48%27.65%-
HSV(B)9.47º23.75%31.37%-
XYZ5.985.715.2-
YUV68.44123.8136.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=39.02%
G=31.22%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80646100.200.240.699.4713.4827.65
Hex50403D01418459d1c
Octal1201007502430105111534
Binary101000010000001111010101001100010001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50403D; }

 p { color: rgb(80,64,61); }

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

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

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

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

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

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

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