Html Css Color HEX #4F4645 Woody Brown

📋 copy color: '#4F4645'

red 79 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #4F4645

Tints of Woody Brown #4F4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 36.24%
G = 32.11%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4F4645 (or 0x4F4645) is known color: Woody Brown. HEX triplet: 4F, 46 and 45. RGB value is (79,70,69). Sum of RGB (Red+Green+Blue) = 79+70+69=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4645 is #B0B9BA. Grayscale: #484848. Windows color (decimal): -11581883 or 4539983. OLE color: 4539983.

HSL color Cylindrical-coordinate representation of color #4F4645: 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.13%. Process color model (Four color, CMYK) of #4F4645 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 69 -
CMYK 0 0.11 0.13 0.69
HSL 0.07% 0.29% -
HSV(B) 0.13% 0.31% -
XYZ 6.49 6.47 6.54 -
YUV 72.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 79 70 69 0 0.11 0.13 0.69 6 0.07 0.29
Hex 4F 46 45 0 B D 45 6 7 1D
Octal 117 106 105 0 13 15 105 6 7 35
Binary 1001111 1000110 1000101 0 1011 1101 1000101 110 111 11101

Color Harmonies of #4F4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4645

Black with #4F4645

Text Example


Text Example

White with #4F4645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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