#4F3414

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

Shades of Brown Bramble #4F3414

Tints of Brown Bramble #4F3414

Color information

#4F3414 (or 0x4F3414) is unknown color: approx Brown Bramble. HEX triplet: 4F, 34 and 14. RGB value is (79,52,20). Sum of RGB (Red+Green+Blue) = 79+52+20=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3414 is #B0CBEB. Grayscale: #383838. Windows color (decimal): -11586540 or 1324111. OLE color: 1324111.

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

Color convert

RGB795220-
CMYK00.340.750.69
HSL32.54º59.6%19.41%-
HSV(B)32.54º74.68%30.98%-
XYZ4.584.171.23-
YUV56.42107.45144.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=52.32%
G=34.44%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79522000.340.750.6932.5459.619.41
Hex4F34140224B45213c13
Octal1176424042113105417423
Binary10011111101001010001000101001011100010110000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,20); }

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

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

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

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

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

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

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