#5C4916

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

Shades of Bronze Olive #5C4916

Tints of Bronze Olive #5C4916

Color information

#5C4916 (or 0x5C4916) is unknown color: approx Bronze Olive. HEX triplet: 5C, 49 and 16. RGB value is (92,73,22). Sum of RGB (Red+Green+Blue) = 92+73+22=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4916 is #A3B6E9. Grayscale: #494949. Windows color (decimal): -10729194 or 1460572. OLE color: 1460572.

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

Color convert

RGB927322-
CMYK00.210.760.64
HSL43.71º61.4%22.35%-
HSV(B)43.71º76.09%36.08%-
XYZ6.947.11.76-
YUV72.8799.29141.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.20%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=49.20%
G=39.04%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92732200.210.760.6443.7161.422.35
Hex5C49160154C402c3d16
Octal13411126025114100547526
Binary10111001001001101100101011001100100000010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,22); }

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

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

 a { background-color: rgb(92,73,22); }

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

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

 span { border-color: rgb(92,73,22); }

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