#5A5423

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

Shades of Bronze Olive #5A5423

Tints of Bronze Olive #5A5423

Color information

#5A5423 (or 0x5A5423) is unknown color: approx Bronze Olive. HEX triplet: 5A, 54 and 23. RGB value is (90,84,35). Sum of RGB (Red+Green+Blue) = 90+84+35=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5423 is #A5ABDC. Grayscale: #505050. Windows color (decimal): -10857437 or 2315354. OLE color: 2315354.

HSL color Cylindrical-coordinate representation of color #5A5423: hue angle of 53.45º 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 #5A5423 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB908435-
CMYK00.070.610.65
HSL53.45º44%24.51%-
HSV(B)53.45º61.11%35.29%-
XYZ7.698.642.85-
YUV80.21102.49134.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=43.06%
G=40.19%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90843500.070.610.6553.454424.51
Hex5A5423073D41352c19
Octal132124430775101655431
Binary101101010101001000110111111101100000111010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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