Html Css Color HEX #50423F Crater Brown

📋 copy color: '#50423F'

red 80 ◦ green 66 ◦ blue 63

#50423F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #50423F

Tints of Crater Brown #50423F

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 value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50423F (or 0x50423F) is known color: 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

RGB 80 66 63 -
CMYK 0 0.17 0.21 0.69
HSL 10.59º 0.12% 0.28% -
HSV(B) 10.59º 0.21% 0.31% -
XYZ 6.15 5.96 5.53 -
YUV 69.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 80 66 63 0 0.17 0.21 0.69 10.59 0.12 0.28
Hex 50 42 3F 0 11 15 45 B C 1C
Octal 120 102 77 0 21 25 105 13 14 34
Binary 1010000 1000010 111111 0 10001 10101 1000101 1011 1100 11100

Color Harmonies of #50423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50423F

Black with #50423F

Text Example


Text Example

White with #50423F

Text Example


Text Example

HTML Codes & Css Web 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>