#5B472D

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

Shades of Deep Bronze #5B472D

Tints of Deep Bronze #5B472D

Color information

#5B472D (or 0x5B472D) is unknown color: approx Deep Bronze. HEX triplet: 5B, 47 and 2D. RGB value is (91,71,45). Sum of RGB (Red+Green+Blue) = 91+71+45=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B472D is #A4B8D2. Grayscale: #4A4A4A. Windows color (decimal): -10795219 or 2967387. OLE color: 2967387.

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

Color convert

RGB917145-
CMYK00.220.510.64
HSL33.91º33.82%26.67%-
HSV(B)33.91º50.55%35.69%-
XYZ7.046.923.45-
YUV74.02111.63140.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=43.96%
G=34.30%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91714500.220.510.6433.9133.8226.67
Hex5B472D016334022221b
Octal1331075502663100424233
Binary10110111000111101101010110110011100000010001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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