#4F3114

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

Shades of Brown Bramble #4F3114

Tints of Brown Bramble #4F3114

Color information

#4F3114 (or 0x4F3114) is unknown color: approx Brown Bramble. HEX triplet: 4F, 31 and 14. RGB value is (79,49,20). Sum of RGB (Red+Green+Blue) = 79+49+20=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3114 is #B0CEEB. Grayscale: #363636. Windows color (decimal): -11587308 or 1323343. OLE color: 1323343.

HSL color Cylindrical-coordinate representation of color #4F3114: hue angle of 29.49º 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 #4F3114 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB794920-
CMYK00.380.750.69
HSL29.49º59.6%19.41%-
HSV(B)29.49º74.68%30.98%-
XYZ4.453.911.18-
YUV54.66108.44145.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=53.38%
G=33.11%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79492000.380.750.6929.4959.619.41
Hex4F31140264B451d3c13
Octal1176124046113105357423
Binary1001111110001101000100110100101110001011110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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