Html Css Color HEX #504241 Crater Brown

📋 copy color: '#504241'

red 80 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #504241

Tints of Crater Brown #504241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 37.91%
G = 31.28%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#504241 (or 0x504241) is known color: Crater Brown. HEX triplet: 50, 42 and 41. RGB value is (80,66,65). Sum of RGB (Red+Green+Blue) = 80+66+65=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #504241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504241 is #AFBDBE. Grayscale: #464646. Windows color (decimal): -11517375 or 4276816. OLE color: 4276816.

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

Color convert

RGB 80 66 65 -
CMYK 0 0.17 0.19 0.69
HSL 0.1% 0.28% -
HSV(B) 0.19% 0.31% -
XYZ 6.21 5.98 5.83 -
YUV 70.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 80 66 65 0 0.17 0.19 0.69 4 0.1 0.28
Hex 50 42 41 0 11 13 45 4 A 1C
Octal 120 102 101 0 21 23 105 4 12 34
Binary 1010000 1000010 1000001 0 10001 10011 1000101 100 1010 11100

Color Harmonies of #504241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504241

Black with #504241

Text Example


Text Example

White with #504241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504241; }

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

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

background-color css

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

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

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

border-color css

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

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

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