Html Css Color HEX #4F4746 Woody Brown

📋 copy color: '#4F4746'

red 79 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #4F4746

Tints of Woody Brown #4F4746

RGB

 RED value IS 79 (31.25% from 255) = 35.91%

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

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

R = 35.91%
G = 32.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4F4746 (or 0x4F4746) is known color: Woody Brown. HEX triplet: 4F, 47 and 46. RGB value is (79,71,70). Sum of RGB (Red+Green+Blue) = 79+71+70=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4746 is #B0B8B9. Grayscale: #494949. Windows color (decimal): -11581626 or 4605775. OLE color: 4605775.

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

Color convert

RGB 79 71 70 -
CMYK 0 0.10 0.11 0.69
HSL 6.67º 0.06% 0.29% -
HSV(B) 6.67º 0.11% 0.31% -
XYZ 6.58 6.61 6.72 -
YUV 73.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 79 71 70 0 0.10 0.11 0.69 6.67 0.06 0.29
Hex 4F 47 46 0 A B 45 7 6 1D
Octal 117 107 106 0 12 13 105 7 6 35
Binary 1001111 1000111 1000110 0 1010 1011 1000101 111 110 11101

Color Harmonies of #4F4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4746

Black with #4F4746

Text Example


Text Example

White with #4F4746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F4746; }

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

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

background-color css

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

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

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

border-color css

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

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

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