#4F3319

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

Shades of Brown Bramble #4F3319

Tints of Brown Bramble #4F3319

Color information

#4F3319 (or 0x4F3319) is unknown color: approx Brown Bramble. HEX triplet: 4F, 33 and 19. RGB value is (79,51,25). Sum of RGB (Red+Green+Blue) = 79+51+25=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3319 is #B0CCE6. Grayscale: #383838. Windows color (decimal): -11586791 or 1651535. OLE color: 1651535.

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

Color convert

RGB795125-
CMYK00.350.680.69
HSL28.89º51.92%20.39%-
HSV(B)28.89º68.35%30.98%-
XYZ4.584.11.47-
YUV56.41110.28144.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=50.97%
G=32.90%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79512500.350.680.6928.8951.9220.39
Hex4F331902344451d3414
Octal1176331043104105356424
Binary1001111110011110010100011100010010001011110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,25); }

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

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

 a { background-color: rgb(79,51,25); }

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

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

 span { border-color: rgb(79,51,25); }

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