Html Css Color HEX #504746 Woody Brown

📋 copy color: '#504746'

red 80 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #504746

Tints of Woody Brown #504746

RGB

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

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

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

R = 36.2%
G = 32.13%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#504746 (or 0x504746) is known color: Woody Brown. HEX triplet: 50, 47 and 46. RGB value is (80,71,70). Sum of RGB (Red+Green+Blue) = 80+71+70=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504746 is #AFB8B9. Grayscale: #494949. Windows color (decimal): -11516090 or 4605776. OLE color: 4605776.

HSL color Cylindrical-coordinate representation of color #504746: hue angle of 6º 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 #504746 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 70 -
CMYK 0 0.11 0.12 0.69
HSL 0.07% 0.29% -
HSV(B) 0.13% 0.31% -
XYZ 6.67 6.65 6.73 -
YUV 73.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 80 71 70 0 0.11 0.12 0.69 6 0.07 0.29
Hex 50 47 46 0 B C 45 6 7 1D
Octal 120 107 106 0 13 14 105 6 7 35
Binary 1010000 1000111 1000110 0 1011 1100 1000101 110 111 11101

Color Harmonies of #504746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504746

Black with #504746

Text Example


Text Example

White with #504746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504746; }

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

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

background-color css

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

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

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

border-color css

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

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

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