Html Css Color HEX #50423E Crater Brown

📋 copy color: '#50423E'

red 80 ◦ green 66 ◦ blue 62

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

Shades of Crater Brown #50423E

Tints of Crater Brown #50423E

RGB

 RED value IS 80 (31.64% from 255) = 38.46%

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 38.46%
G = 31.73%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50423E (or 0x50423E) is known color: Crater Brown. HEX triplet: 50, 42 and 3E. RGB value is (80,66,62). Sum of RGB (Red+Green+Blue) = 80+66+62=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50423E is #AFBDC1. Grayscale: #454545. Windows color (decimal): -11517378 or 4080208. OLE color: 4080208.

HSL color Cylindrical-coordinate representation of color #50423E: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50423E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 62 -
CMYK 0 0.17 0.22 0.69
HSL 13.33º 0.13% 0.28% -
HSV(B) 13.33º 0.23% 0.31% -
XYZ 6.13 5.95 5.38 -
YUV 69.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 80 66 62 0 0.17 0.22 0.69 13.33 0.13 0.28
Hex 50 42 3E 0 11 16 45 D D 1C
Octal 120 102 76 0 21 26 105 15 15 34
Binary 1010000 1000010 111110 0 10001 10110 1000101 1101 1101 11100

Color Harmonies of #50423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50423E

Black with #50423E

Text Example


Text Example

White with #50423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50423E;
 }
 .AnyTagClassName
 {
   color: #50423E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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