#4F432E

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

Shades of Deep Bronze #4F432E

Tints of Deep Bronze #4F432E

Color information

#4F432E (or 0x4F432E) is unknown color: approx Deep Bronze. HEX triplet: 4F, 43 and 2E. RGB value is (79,67,46). Sum of RGB (Red+Green+Blue) = 79+67+46=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F432E is #B0BCD1. Grayscale: #444444. Windows color (decimal): -11582674 or 3031887. OLE color: 3031887.

HSL color Cylindrical-coordinate representation of color #4F432E: hue angle of 38.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F432E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB796746-
CMYK00.150.420.69
HSL38.18º26.4%24.51%-
HSV(B)38.18º41.77%30.98%-
XYZ5.725.873.42-
YUV68.19115.48135.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=41.15%
G=34.90%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79674600.150.420.6938.1826.424.51
Hex4F432E0F2A45261a19
Octal1171035601752105463231
Binary100111110000111011100111110101010001011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,46); }

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

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

 a { background-color: rgb(79,67,46); }

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

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

 span { border-color: rgb(79,67,46); }

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