#4F402F

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

Shades of Deep Bronze #4F402F

Tints of Deep Bronze #4F402F

Color information

#4F402F (or 0x4F402F) is unknown color: approx Deep Bronze. HEX triplet: 4F, 40 and 2F. RGB value is (79,64,47). Sum of RGB (Red+Green+Blue) = 79+64+47=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F402F is #B0BFD0. Grayscale: #424242. Windows color (decimal): -11583441 or 3096655. OLE color: 3096655.

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

Color convert

RGB796447-
CMYK00.190.410.69
HSL31.88º25.4%24.71%-
HSV(B)31.88º40.51%30.98%-
XYZ5.575.533.46-
YUV66.55116.97136.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=41.58%
G=33.68%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79644700.190.410.6931.8825.424.71
Hex4F402F0132945201919
Octal1171005702351105403131
Binary1001111100000010111101001110100110001011000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,47); }

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

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

 a { background-color: rgb(79,64,47); }

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

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

 span { border-color: rgb(79,64,47); }

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