#5A4523

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

Shades of Bronze Olive #5A4523

Tints of Bronze Olive #5A4523

Color information

#5A4523 (or 0x5A4523) is unknown color: approx Bronze Olive. HEX triplet: 5A, 45 and 23. RGB value is (90,69,35). Sum of RGB (Red+Green+Blue) = 90+69+35=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4523 is #A5BADC. Grayscale: #474747. Windows color (decimal): -10861277 or 2311514. OLE color: 2311514.

HSL color Cylindrical-coordinate representation of color #5A4523: hue angle of 37.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A4523 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB906935-
CMYK00.230.610.65
HSL37.09º44%24.51%-
HSV(B)37.09º61.11%35.29%-
XYZ6.656.552.5-
YUV71.4107.46141.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.39%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=46.39%
G=35.57%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90693500.230.610.6537.094424.51
Hex5A45230173D41252c19
Octal1321054302775101455431
Binary10110101000101100011010111111101100000110010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,35); }

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

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

 a { background-color: rgb(90,69,35); }

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

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

 span { border-color: rgb(90,69,35); }

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