#4F3421

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

Shades of Brown Bramble #4F3421

Tints of Brown Bramble #4F3421

Color information

#4F3421 (or 0x4F3421) is unknown color: approx Brown Bramble. HEX triplet: 4F, 34 and 21. RGB value is (79,52,33). Sum of RGB (Red+Green+Blue) = 79+52+33=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3421 is #B0CBDE. Grayscale: #3A3A3A. Windows color (decimal): -11586527 or 2176079. OLE color: 2176079.

HSL color Cylindrical-coordinate representation of color #4F3421: hue angle of 24.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3421 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB795233-
CMYK00.340.580.69
HSL24.78º41.07%21.96%-
HSV(B)24.78º58.23%30.98%-
XYZ4.734.232.01-
YUV57.91113.95143.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=48.17%
G=31.71%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79523300.340.580.6924.7841.0721.96
Hex4F34210223A45192916
Octal117644104272105315126
Binary1001111110100100001010001011101010001011100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,33); }

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

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

 a { background-color: rgb(79,52,33); }

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

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

 span { border-color: rgb(79,52,33); }

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