#4F3F2B

Color #4F3F2B Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #4F3F2B

Tints of Deep Bronze #4F3F2B

Color information

#4F3F2B (or 0x4F3F2B) is unknown color: approx Deep Bronze. HEX triplet: 4F, 3F and 2B. RGB value is (79,63,43). Sum of RGB (Red+Green+Blue) = 79+63+43=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F2B is #B0C0D4. Grayscale: #414141. Windows color (decimal): -11583701 or 2834255. OLE color: 2834255.

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

Color convert

RGB796343-
CMYK00.200.460.69
HSL33.33º29.51%23.92%-
HSV(B)33.33º45.57%30.98%-
XYZ5.445.393.04-
YUV65.5115.3137.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=42.70%
G=34.05%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79634300.200.460.6933.3329.5123.92
Hex4F3F2B0142E45211e18
Octal117775302456105413630
Binary100111111111110101101010010111010001011000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,43); }

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

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

 a { background-color: rgb(79,63,43); }

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

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

 span { border-color: rgb(79,63,43); }

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