#50423F

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

Shades of Crater Brown #50423F

Tints of Crater Brown #50423F

Color information

#50423F (or 0x50423F) is unknown color: approx Crater Brown. HEX triplet: 50, 42 and 3F. RGB value is (80,66,63). Sum of RGB (Red+Green+Blue) = 80+66+63=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50423F is #AFBDC0. Grayscale: #454545. Windows color (decimal): -11517377 or 4145744. OLE color: 4145744.

HSL color Cylindrical-coordinate representation of color #50423F: hue angle of 10.59º 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 #50423F is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB806663-
CMYK00.170.210.69
HSL10.59º11.89%28.04%-
HSV(B)10.59º21.25%31.37%-
XYZ6.155.965.53-
YUV69.84124.14135.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 63 (25% from 255) = 30.14%
R=38.28%
G=31.58%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80666300.170.210.6910.5911.8928.04
Hex50423F0111545bc1c
Octal1201027702125105131434
Binary101000010000101111110100011010110001011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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