#5B5013

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

Shades of Bronze Olive #5B5013

Tints of Bronze Olive #5B5013

Color information

#5B5013 (or 0x5B5013) is unknown color: approx Bronze Olive. HEX triplet: 5B, 50 and 13. RGB value is (91,80,19). Sum of RGB (Red+Green+Blue) = 91+80+19=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5013 is #A4AFEC. Grayscale: #4C4C4C. Windows color (decimal): -10792941 or 1265755. OLE color: 1265755.

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

Color convert

RGB918019-
CMYK00.120.790.64
HSL50.83º65.45%21.57%-
HSV(B)50.83º79.12%35.69%-
XYZ7.38.011.78-
YUV76.3395.64138.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.89%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 19 (7.81% from 255) = 10%
R=47.89%
G=42.11%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91801900.120.790.6450.8365.4521.57
Hex5B50130C4F40334116
Octal133120230141171006310126
Binary10110111010000100110110010011111000000110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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