Html Css Color HEX #504846 Crater Brown

📋 copy color: '#504846'

red 80 ◦ green 72 ◦ blue 70

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

Shades of Crater Brown #504846

Tints of Crater Brown #504846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 36.04%
G = 32.43%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#504846 (or 0x504846) is known color: Crater Brown. HEX triplet: 50, 48 and 46. RGB value is (80,72,70). Sum of RGB (Red+Green+Blue) = 80+72+70=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504846 is #AFB7B9. Grayscale: #4A4A4A. Windows color (decimal): -11515834 or 4606032. OLE color: 4606032.

HSL color Cylindrical-coordinate representation of color #504846: hue angle of 12º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504846 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 70 -
CMYK 0 0.10 0.12 0.69
HSL 12º 0.07% 0.29% -
HSV(B) 12º 0.13% 0.31% -
XYZ 6.73 6.78 6.75 -
YUV 74.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 80 72 70 0 0.10 0.12 0.69 12 0.07 0.29
Hex 50 48 46 0 A C 45 C 7 1D
Octal 120 110 106 0 12 14 105 14 7 35
Binary 1010000 1001000 1000110 0 1010 1100 1000101 1100 111 11101

Color Harmonies of #504846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504846

Black with #504846

Text Example


Text Example

White with #504846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504846; }

 p { color: rgb(80,72,70); }

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

background-color css

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

 a { background-color: rgb(80,72,70); }

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

border-color css

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

 span { border-color: rgb(80,72,70); }

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