#4F321D

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

Shades of Brown Bramble #4F321D

Tints of Brown Bramble #4F321D

Color information

#4F321D (or 0x4F321D) is unknown color: approx Brown Bramble. HEX triplet: 4F, 32 and 1D. RGB value is (79,50,29). Sum of RGB (Red+Green+Blue) = 79+50+29=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F321D is #B0CDE2. Grayscale: #383838. Windows color (decimal): -11587043 or 1913423. OLE color: 1913423.

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

Color convert

RGB795029-
CMYK00.370.630.69
HSL25.2º46.3%21.18%-
HSV(B)25.2º63.29%30.98%-
XYZ4.594.031.7-
YUV56.28112.61144.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=50%
G=31.65%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79502900.370.630.6925.246.321.18
Hex4F321D0253F45192e15
Octal117623504577105315625
Binary100111111001011101010010111111110001011100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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