#4F3217

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

Shades of Brown Bramble #4F3217

Tints of Brown Bramble #4F3217

Color information

#4F3217 (or 0x4F3217) is unknown color: approx Brown Bramble. HEX triplet: 4F, 32 and 17. RGB value is (79,50,23). Sum of RGB (Red+Green+Blue) = 79+50+23=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3217 is #B0CDE8. Grayscale: #373737. Windows color (decimal): -11587049 or 1520207. OLE color: 1520207.

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

Color convert

RGB795023-
CMYK00.370.710.69
HSL28.93º54.9%20%-
HSV(B)28.93º70.89%30.98%-
XYZ4.524.011.35-
YUV55.59109.61144.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.97%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=51.97%
G=32.89%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79502300.370.710.6928.9354.920
Hex4F321702547451d3714
Octal1176227045107105356724
Binary1001111110010101110100101100011110001011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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