Html Css Color HEX #4F4444 Woody Brown

📋 copy color: '#4F4444'

red 79 ◦ green 68 ◦ blue 68

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

Shades of Woody Brown #4F4444

Tints of Woody Brown #4F4444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 36.74%
G = 31.63%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4F4444 (or 0x4F4444) is known color: Woody Brown. HEX triplet: 4F, 44 and 44. RGB value is (79,68,68). Sum of RGB (Red+Green+Blue) = 79+68+68=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4444 is #B0BBBB. Grayscale: #474747. Windows color (decimal): -11582396 or 4473935. OLE color: 4473935.

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

Color convert

RGB 79 68 68 -
CMYK 0 0.14 0.14 0.69
HSL 0.07% 0.29% -
HSV(B) 0.14% 0.31% -
XYZ 6.33 6.21 6.33 -
YUV 71.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 79 68 68 0 0.14 0.14 0.69 0 0.07 0.29
Hex 4F 44 44 0 E E 45 0 7 1D
Octal 117 104 104 0 16 16 105 0 7 35
Binary 1001111 1000100 1000100 0 1110 1110 1000101 0 111 11101

Color Harmonies of #4F4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4444

Black with #4F4444

Text Example


Text Example

White with #4F4444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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