Html Css Color HEX #504140 Crater Brown

📋 copy color: '#504140'

red 80 ◦ green 65 ◦ blue 64

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

Shades of Crater Brown #504140

Tints of Crater Brown #504140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 38.28%
G = 31.1%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#504140 (or 0x504140) is known color: Crater Brown. HEX triplet: 50, 41 and 40. RGB value is (80,65,64). Sum of RGB (Red+Green+Blue) = 80+65+64=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #504140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504140 is #AFBEBF. Grayscale: #454545. Windows color (decimal): -11517632 or 4211024. OLE color: 4211024.

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

Color convert

RGB 80 65 64 -
CMYK 0 0.19 0.20 0.69
HSL 3.75º 0.11% 0.28% -
HSV(B) 3.75º 0.2% 0.31% -
XYZ 6.12 5.86 5.66 -
YUV 69.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 80 65 64 0 0.19 0.20 0.69 3.75 0.11 0.28
Hex 50 41 40 0 13 14 45 4 B 1C
Octal 120 101 100 0 23 24 105 4 13 34
Binary 1010000 1000001 1000000 0 10011 10100 1000101 100 1011 11100

Color Harmonies of #504140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504140

Black with #504140

Text Example


Text Example

White with #504140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504140; }

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

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

background-color css

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

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

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

border-color css

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

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

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