#4F3214

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

Shades of Brown Bramble #4F3214

Tints of Brown Bramble #4F3214

Color information

#4F3214 (or 0x4F3214) is unknown color: approx Brown Bramble. HEX triplet: 4F, 32 and 14. RGB value is (79,50,20). Sum of RGB (Red+Green+Blue) = 79+50+20=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3214 is #B0CDEB. Grayscale: #373737. Windows color (decimal): -11587052 or 1323599. OLE color: 1323599.

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

Color convert

RGB795020-
CMYK00.370.750.69
HSL30.51º59.6%19.41%-
HSV(B)30.51º74.68%30.98%-
XYZ4.493.991.2-
YUV55.25108.11144.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=53.02%
G=33.56%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79502000.370.750.6930.5159.619.41
Hex4F32140254B451f3c13
Octal1176224045113105377423
Binary1001111110010101000100101100101110001011111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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