#4F402A

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

Shades of Deep Bronze #4F402A

Tints of Deep Bronze #4F402A

Color information

#4F402A (or 0x4F402A) is unknown color: approx Deep Bronze. HEX triplet: 4F, 40 and 2A. RGB value is (79,64,42). Sum of RGB (Red+Green+Blue) = 79+64+42=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F402A is #B0BFD5. Grayscale: #424242. Windows color (decimal): -11583446 or 2768975. OLE color: 2768975.

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

Color convert

RGB796442-
CMYK00.190.470.69
HSL35.68º30.58%23.73%-
HSV(B)35.68º46.84%30.98%-
XYZ5.485.52.96-
YUV65.98114.47137.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=42.70%
G=34.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79644200.190.470.6935.6830.5823.73
Hex4F402A0132F45241f18
Octal1171005202357105443730
Binary1001111100000010101001001110111110001011001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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