#4F3416

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

Shades of Brown Bramble #4F3416

Tints of Brown Bramble #4F3416

Color information

#4F3416 (or 0x4F3416) is unknown color: approx Brown Bramble. HEX triplet: 4F, 34 and 16. RGB value is (79,52,22). Sum of RGB (Red+Green+Blue) = 79+52+22=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3416 is #B0CBE9. Grayscale: #383838. Windows color (decimal): -11586538 or 1455183. OLE color: 1455183.

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

Color convert

RGB795222-
CMYK00.340.720.69
HSL31.58º56.44%19.8%-
HSV(B)31.58º72.15%30.98%-
XYZ4.64.181.32-
YUV56.65108.45143.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=51.63%
G=33.99%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79522200.340.720.6931.5856.4419.8
Hex4F34160224845203814
Octal1176426042110105407024
Binary10011111101001011001000101001000100010110000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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