#4F3727

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

Shades of Woodburn #4F3727

Tints of Woodburn #4F3727

Color information

#4F3727 (or 0x4F3727) is unknown color: approx Woodburn. HEX triplet: 4F, 37 and 27. RGB value is (79,55,39). Sum of RGB (Red+Green+Blue) = 79+55+39=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3727 is #B0C8D8. Grayscale: #3C3C3C. Windows color (decimal): -11585753 or 2570063. OLE color: 2570063.

HSL color Cylindrical-coordinate representation of color #4F3727: hue angle of 24º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F3727 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB795539-
CMYK00.300.510.69
HSL24º33.9%23.14%-
HSV(B)24º50.63%30.98%-
XYZ4.964.542.53-
YUV60.35115.95141.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=45.66%
G=31.79%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79553900.300.510.692433.923.14
Hex4F372701E3345182217
Octal117674703663105304227
Binary100111111011110011101111011001110001011100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,39); }

 H1.HeaderClassName
 {
   color: #4F3727;
 }
 .AnyTagClassName
 {
   color: #4F3727;
 }
</style>
background-color css

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

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

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

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

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

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