#5B5318

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

Shades of Bronze Olive #5B5318

Tints of Bronze Olive #5B5318

Color information

#5B5318 (or 0x5B5318) is unknown color: approx Bronze Olive. HEX triplet: 5B, 53 and 18. RGB value is (91,83,24). Sum of RGB (Red+Green+Blue) = 91+83+24=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5318 is #A4ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10792168 or 1594203. OLE color: 1594203.

HSL color Cylindrical-coordinate representation of color #5B5318: hue angle of 52.84º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B5318 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB918324-
CMYK00.090.740.64
HSL52.84º58.26%22.55%-
HSV(B)52.84º73.63%35.69%-
XYZ7.578.482.1-
YUV78.6797.15136.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=45.96%
G=41.92%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91832400.090.740.6452.8458.2622.55
Hex5B5318094A40353a17
Octal13312330011112100657227
Binary1011011101001111000010011001010100000011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,24); }

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

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

 a { background-color: rgb(91,83,24); }

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

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

 span { border-color: rgb(91,83,24); }

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