Html Css Color HEX #504745 Crater Brown

📋 copy color: '#504745'

red 80 ◦ green 71 ◦ blue 69

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

Shades of Crater Brown #504745

Tints of Crater Brown #504745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 69 (27.34% from 255) = 31.36%

R = 36.36%
G = 32.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#504745 (or 0x504745) is known color: Crater Brown. HEX triplet: 50, 47 and 45. RGB value is (80,71,69). Sum of RGB (Red+Green+Blue) = 80+71+69=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504745 is #AFB8BA. Grayscale: #494949. Windows color (decimal): -11516091 or 4540240. OLE color: 4540240.

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

Color convert

RGB 80 71 69 -
CMYK 0 0.11 0.14 0.69
HSL 10.91º 0.07% 0.29% -
HSV(B) 10.91º 0.14% 0.31% -
XYZ 6.64 6.64 6.56 -
YUV 73.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 80 71 69 0 0.11 0.14 0.69 10.91 0.07 0.29
Hex 50 47 45 0 B E 45 B 7 1D
Octal 120 107 105 0 13 16 105 13 7 35
Binary 1010000 1000111 1000101 0 1011 1110 1000101 1011 111 11101

Color Harmonies of #504745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504745

Black with #504745

Text Example


Text Example

White with #504745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504745; }

 p { color: rgb(80,71,69); }

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

background-color css

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

 a { background-color: rgb(80,71,69); }

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

border-color css

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

 span { border-color: rgb(80,71,69); }

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