#5B4728

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

Shades of Deep Bronze #5B4728

Tints of Deep Bronze #5B4728

Color information

#5B4728 (or 0x5B4728) is unknown color: approx Deep Bronze. HEX triplet: 5B, 47 and 28. RGB value is (91,71,40). Sum of RGB (Red+Green+Blue) = 91+71+40=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4728 is #A4B8D7. Grayscale: #494949. Windows color (decimal): -10795224 or 2639707. OLE color: 2639707.

HSL color Cylindrical-coordinate representation of color #5B4728: hue angle of 36.47º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B4728 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB917140-
CMYK00.220.560.64
HSL36.47º38.93%25.69%-
HSV(B)36.47º56.04%35.69%-
XYZ6.956.882.97-
YUV73.45109.13140.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=45.05%
G=35.15%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91714000.220.560.6436.4738.9325.69
Hex5B4728016384024271a
Octal1331075002670100444732
Binary10110111000111101000010110111000100000010010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,40); }

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

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

 a { background-color: rgb(91,71,40); }

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

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

 span { border-color: rgb(91,71,40); }

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