#4F4645

Color #4F4645 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #4F4645

Tints of Woody Brown #4F4645

Color information

#4F4645 (or 0x4F4645) is unknown color: approx 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

RGB797069-
CMYK00.110.130.69
HSL6.76%29.02%-
HSV(B)12.66%30.98%-
XYZ6.496.476.54-
YUV72.58125.98132.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79706900.110.130.6966.7629.02
Hex4F46450BD45671d
Octal117106105013151056735
Binary100111110001101000101010111101100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>