#5C5223

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

Shades of Bronze Olive #5C5223

Tints of Bronze Olive #5C5223

Color information

#5C5223 (or 0x5C5223) is unknown color: approx Bronze Olive. HEX triplet: 5C, 52 and 23. RGB value is (92,82,35). Sum of RGB (Red+Green+Blue) = 92+82+35=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5223 is #A3ADDC. Grayscale: #4F4F4F. Windows color (decimal): -10726877 or 2314844. OLE color: 2314844.

HSL color Cylindrical-coordinate representation of color #5C5223: hue angle of 49.47º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C5223 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB928235-
CMYK00.110.620.64
HSL49.47º44.88%24.9%-
HSV(B)49.47º61.96%36.08%-
XYZ7.738.432.81-
YUV79.63102.81136.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=44.02%
G=39.23%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92823500.110.620.6449.4744.8824.9
Hex5C52230B3E40312d19
Octal1341224301376100615531
Binary1011100101001010001101011111110100000011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,35); }

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

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

 a { background-color: rgb(92,82,35); }

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

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

 span { border-color: rgb(92,82,35); }

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