#5F4E36

Color #5F4E36 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #5F4E36

Tints of Metallic Bronze #5F4E36

Color information

#5F4E36 (or 0x5F4E36) is unknown color: approx Metallic Bronze. HEX triplet: 5F, 4E and 36. RGB value is (95,78,54). Sum of RGB (Red+Green+Blue) = 95+78+54=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4E36 is #A0B1C9. Grayscale: #505050. Windows color (decimal): -10531274 or 3559007. OLE color: 3559007.

HSL color Cylindrical-coordinate representation of color #5F4E36: hue angle of 35.12º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F4E36 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB957854-
CMYK00.180.430.63
HSL35.12º27.52%29.22%-
HSV(B)35.12º43.16%37.25%-
XYZ8.118.154.64-
YUV80.35113.13138.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=41.85%
G=34.36%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95785400.180.430.6335.1227.5229.22
Hex5F4E360122B3F231c1d
Octal137116660225377433435
Binary101111110011101101100100101010111111111000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4E36; }

 p { color: rgb(95,78,54); }

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

<style>
 a { background-color: #5F4E36; }

 a { background-color: rgb(95,78,54); }

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

<style>
 span { border-color: #5F4E36; }

 span { border-color: rgb(95,78,54); }

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