#50403F

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

Shades of Crater Brown #50403F

Tints of Crater Brown #50403F

Color information

#50403F (or 0x50403F) is unknown color: approx Crater Brown. HEX triplet: 50, 40 and 3F. RGB value is (80,64,63). Sum of RGB (Red+Green+Blue) = 80+64+63=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50403F is #AFBFC0. Grayscale: #444444. Windows color (decimal): -11517889 or 4145232. OLE color: 4145232.

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

Color convert

RGB806463-
CMYK00.200.210.69
HSL3.53º11.89%28.04%-
HSV(B)3.53º21.25%31.37%-
XYZ6.045.735.49-
YUV68.67124.8136.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 63 (25% from 255) = 30.43%
R=38.65%
G=30.92%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80646300.200.210.693.5311.8928.04
Hex50403F01415454c1c
Octal120100770242510541434
Binary10100001000000111111010100101011000101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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