#5B4910

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

Shades of Bronze Olive #5B4910

Tints of Bronze Olive #5B4910

Color information

#5B4910 (or 0x5B4910) is unknown color: approx Bronze Olive. HEX triplet: 5B, 49 and 10. RGB value is (91,73,16). Sum of RGB (Red+Green+Blue) = 91+73+16=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4910 is #A4B6EF. Grayscale: #484848. Windows color (decimal): -10794736 or 1067355. OLE color: 1067355.

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

Color convert

RGB917316-
CMYK00.200.820.64
HSL45.6º70.09%20.98%-
HSV(B)45.6º82.42%35.69%-
XYZ6.797.031.49-
YUV71.8896.46141.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.56%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=50.56%
G=40.56%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91731600.200.820.6445.670.0920.98
Hex5B491001452402e4615
Octal133111200241221005610625
Binary101101110010011000001010010100101000000101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,16); }

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

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

 a { background-color: rgb(91,73,16); }

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

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

 span { border-color: rgb(91,73,16); }

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