#5C5015

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

Shades of Bronze Olive #5C5015

Tints of Bronze Olive #5C5015

Color information

#5C5015 (or 0x5C5015) is unknown color: approx Bronze Olive. HEX triplet: 5C, 50 and 15. RGB value is (92,80,21). Sum of RGB (Red+Green+Blue) = 92+80+21=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5015 is #A3AFEA. Grayscale: #4D4D4D. Windows color (decimal): -10727403 or 1396828. OLE color: 1396828.

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

Color convert

RGB928021-
CMYK00.130.770.64
HSL49.86º62.83%22.16%-
HSV(B)49.86º77.17%36.08%-
XYZ7.428.071.88-
YUV76.8696.48138.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.67%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=47.67%
G=41.45%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92802100.130.770.6449.8662.8322.16
Hex5C50150D4D40323f16
Octal13412025015115100627726
Binary1011100101000010101011011001101100000011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,80,21); }

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

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

 a { background-color: rgb(92,80,21); }

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

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

 span { border-color: rgb(92,80,21); }

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