#4F422D

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

Shades of Deep Bronze #4F422D

Tints of Deep Bronze #4F422D

Color information

#4F422D (or 0x4F422D) is unknown color: approx Deep Bronze. HEX triplet: 4F, 42 and 2D. RGB value is (79,66,45). Sum of RGB (Red+Green+Blue) = 79+66+45=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F422D is #B0BDD2. Grayscale: #434343. Windows color (decimal): -11582931 or 2966095. OLE color: 2966095.

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

Color convert

RGB796645-
CMYK00.160.430.69
HSL37.06º27.42%24.31%-
HSV(B)37.06º43.04%30.98%-
XYZ5.655.753.29-
YUV67.49115.31136.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=41.58%
G=34.74%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79664500.160.430.6937.0627.4224.31
Hex4F422D0102B45251b18
Octal1171025502053105453330
Binary1001111100001010110101000010101110001011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,45); }

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

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

 a { background-color: rgb(79,66,45); }

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

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

 span { border-color: rgb(79,66,45); }

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