#4F4332

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

Shades of Deep Bronze #4F4332

Tints of Deep Bronze #4F4332

Color information

#4F4332 (or 0x4F4332) is unknown color: approx Deep Bronze. HEX triplet: 4F, 43 and 32. RGB value is (79,67,50). Sum of RGB (Red+Green+Blue) = 79+67+50=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4332 is #B0BCCD. Grayscale: #444444. Windows color (decimal): -11582670 or 3294031. OLE color: 3294031.

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

Color convert

RGB796750-
CMYK00.150.370.69
HSL35.17º22.48%25.29%-
HSV(B)35.17º36.71%30.98%-
XYZ5.815.913.85-
YUV68.65117.48135.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.31%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=40.31%
G=34.18%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79675000.150.370.6935.1722.4825.29
Hex4F43320F2545231619
Octal1171036201745105432631
Binary100111110000111100100111110010110001011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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