#5b4721

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

Shades of Bronze Olive #5B4721

Tints of Bronze Olive #5B4721

Color information

#5B4721 (or 0x5B4721) is unknown color: approx Bronze Olive. HEX triplet: 5B, 47 and 21. RGB value is (91,71,33). Sum of RGB (Red+Green+Blue) = 91+71+33=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4721 is #A4B8DE. Grayscale: #484848. Windows color (decimal): -10795231 or 2180955. OLE color: 2180955.

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

Color convert

RGB917133-
CMYK00.220.640.64
HSL39.31º46.77%24.31%-
HSV(B)39.31º63.74%35.69%-
XYZ6.846.842.4-
YUV72.65105.63141.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=46.67%
G=36.41%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91713300.220.640.6439.3146.7724.31
Hex5B47210164040272f18
Octal13310741026100100475730
Binary101101110001111000010101101000000100000010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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