#5C5318

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

Shades of Bronze Olive #5C5318

Tints of Bronze Olive #5C5318

Color information

#5C5318 (or 0x5C5318) is unknown color: approx Bronze Olive. HEX triplet: 5C, 53 and 18. RGB value is (92,83,24). Sum of RGB (Red+Green+Blue) = 92+83+24=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5318 is #A3ACE7. Grayscale: #4F4F4F. Windows color (decimal): -10726632 or 1594204. OLE color: 1594204.

HSL color Cylindrical-coordinate representation of color #5C5318: hue angle of 52.06º degrees, saturation: 0.59, 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 #5C5318 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB928324-
CMYK00.100.740.64
HSL52.06º58.62%22.75%-
HSV(B)52.06º73.91%36.08%-
XYZ7.678.532.11-
YUV78.9696.98137.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=46.23%
G=41.71%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92832400.100.740.6452.0658.6222.75
Hex5C53180A4A40343b17
Octal13412330012112100647327
Binary1011100101001111000010101001010100000011010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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