#5B5014

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

Shades of Bronze Olive #5B5014

Tints of Bronze Olive #5B5014

Color information

#5B5014 (or 0x5B5014) is unknown color: approx Bronze Olive. HEX triplet: 5B, 50 and 14. RGB value is (91,80,20). Sum of RGB (Red+Green+Blue) = 91+80+20=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5014 is #A4AFEB. Grayscale: #4C4C4C. Windows color (decimal): -10792940 or 1331291. OLE color: 1331291.

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

Color convert

RGB918020-
CMYK00.120.780.64
HSL50.7º63.96%21.76%-
HSV(B)50.7º78.02%35.69%-
XYZ7.318.011.82-
YUV76.4596.14138.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.64%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=47.64%
G=41.88%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91802000.120.780.6450.763.9621.76
Hex5B50140C4E40334016
Octal133120240141161006310026
Binary10110111010000101000110010011101000000110011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,20); }

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

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

 a { background-color: rgb(91,80,20); }

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

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

 span { border-color: rgb(91,80,20); }

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