#4F402C

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

Shades of Deep Bronze #4F402C

Tints of Deep Bronze #4F402C

Color information

#4F402C (or 0x4F402C) is unknown color: approx Deep Bronze. HEX triplet: 4F, 40 and 2C. RGB value is (79,64,44). Sum of RGB (Red+Green+Blue) = 79+64+44=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F402C is #B0BFD3. Grayscale: #424242. Windows color (decimal): -11583444 or 2900047. OLE color: 2900047.

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

Color convert

RGB796444-
CMYK00.190.440.69
HSL34.29º28.46%24.12%-
HSV(B)34.29º44.3%30.98%-
XYZ5.515.513.16-
YUV66.2115.47137.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=42.25%
G=34.22%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79644400.190.440.6934.2928.4624.12
Hex4F402C0132C45221c18
Octal1171005402354105423430
Binary1001111100000010110001001110110010001011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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