#5B4806

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

Shades of Bronze Olive #5B4806

Tints of Bronze Olive #5B4806

Color information

#5B4806 (or 0x5B4806) is unknown color: approx Bronze Olive. HEX triplet: 5B, 48 and 06. RGB value is (91,72,6). Sum of RGB (Red+Green+Blue) = 91+72+6=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4806 is #A4B7F9. Grayscale: #464646. Windows color (decimal): -10795002 or 411739. OLE color: 411739.

HSL color Cylindrical-coordinate representation of color #5B4806: hue angle of 46.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B4806 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB91726-
CMYK00.210.930.64
HSL46.59º87.63%19.02%-
HSV(B)46.59º93.41%35.69%-
XYZ6.666.871.15-
YUV70.1691.79142.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.85%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=53.85%
G=42.60%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9172600.210.930.6446.5987.6319.02
Hex5B4860155D402f5813
Octal13311060251351005713023
Binary1011011100100011001010110111011000000101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,6); }

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

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

 a { background-color: rgb(91,72,6); }

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

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

 span { border-color: rgb(91,72,6); }

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