#4F3014

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

Shades of Brown Bramble #4F3014

Tints of Brown Bramble #4F3014

Color information

#4F3014 (or 0x4F3014) is unknown color: approx Brown Bramble. HEX triplet: 4F, 30 and 14. RGB value is (79,48,20). Sum of RGB (Red+Green+Blue) = 79+48+20=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3014 is #B0CFEB. Grayscale: #363636. Windows color (decimal): -11587564 or 1323087. OLE color: 1323087.

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

Color convert

RGB794820-
CMYK00.390.750.69
HSL28.47º59.6%19.41%-
HSV(B)28.47º74.68%30.98%-
XYZ4.413.831.17-
YUV54.08108.77145.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=53.74%
G=32.65%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79482000.390.750.6928.4759.619.41
Hex4F30140274B451c3c13
Octal1176024047113105347423
Binary1001111110000101000100111100101110001011110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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